#939CCE

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

Shades of Portage #939CCE

Tints of Portage #939CCE

Color information

#939CCE (or 0x939CCE) is unknown color: approx Portage. HEX triplet: 93, 9C and CE. RGB value is (147,156,206). Sum of RGB (Red+Green+Blue) = 147+156+206=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 206 (80.86% from 255 or 40.47% from 509); Max value from RGB is 206 - color contains mainly: blue. Hex color #939CCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCE is #6C6331. Grayscale: #9E9E9E. Windows color (decimal): -7103282 or 13540499. OLE color: 13540499.

HSL color Cylindrical-coordinate representation of color #939CCE: hue angle of 230.85º 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 #939CCE is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147156206-
CMYK0.290.2400.19
HSL230.85º37.58%69.22%-
HSV(B)230.85º28.64%80.78%-
XYZ35.0634.4463.19-
YUV159.01154.52119.43-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 156 (61.33% from 255) = 30.65%
BLUE value IS 206 (80.86% from 255) = 40.47%
R=28.88%
G=30.65%
B=40.47%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471562060.290.2400.19230.8537.5869.22
Hex939CCE1D18013e72645
Octal223234316353002334746105
Binary1001001110011100110011101110111000010011111001111001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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