#939CCF

Color #939CCF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #939CCF

Tints of Portage #939CCF

Color information

#939CCF (or 0x939CCF) is unknown color: approx Portage. HEX triplet: 93, 9C and CF. RGB value is (147,156,207). Sum of RGB (Red+Green+Blue) = 147+156+207=510 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.82% from 510); Green value is 156 (61.33% from 255 or 30.59% from 510); Blue value is 207 (81.25% from 255 or 40.59% from 510); Max value from RGB is 207 - color contains mainly: blue. Hex color #939CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCF is #6C6330. Grayscale: #9E9E9E. Windows color (decimal): -7103281 or 13606035. OLE color: 13606035.

HSL color Cylindrical-coordinate representation of color #939CCF: hue angle of 231º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939CCF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147156207-
CMYK0.290.2500.19
HSL231º38.46%69.41%-
HSV(B)231º28.99%81.18%-
XYZ35.1834.4863.83-
YUV159.12155.02119.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 147 (57.81% from 255) = 28.82%
GREEN value IS 156 (61.33% from 255) = 30.59%
BLUE value IS 207 (81.25% from 255) = 40.59%
R=28.82%
G=30.59%
B=40.59%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471562070.290.2500.1923138.4669.41
Hex939CCF1D19013e72645
Octal223234317353102334746105
Binary1001001110011100110011111110111001010011111001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939CCF; }

 p { color: rgb(147,156,207); }

 H1.HeaderClassName
 {
   color: #939CCF;
 }
 .AnyTagClassName
 {
   color: #939CCF;
 }
</style>
background-color css

<style>
 a { background-color: #939CCF; }

 a { background-color: rgb(147,156,207); }

 div.DivClassName
 {
   background-color: #939CCF;
 }
 .BgClassName
 {
   background-color: #939CCF;
 }
</style>
border-color css

<style>
 span { border-color: #939CCF; }

 span { border-color: rgb(147,156,207); }

 td.TdClassName
 {
   border-color: #939CCF;
 }
 .TagClassName
 {
   border-color: #939CCF;
 }
</style>