#939DCB

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

Shades of Portage #939DCB

Tints of Portage #939DCB

Color information

#939DCB (or 0x939DCB) is unknown color: approx Portage. HEX triplet: 93, 9D and CB. RGB value is (147,157,203). Sum of RGB (Red+Green+Blue) = 147+157+203=507 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.99% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 203 (79.69% from 255 or 40.04% from 507); Max value from RGB is 203 - color contains mainly: blue. Hex color #939DCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCB is #6C6234. Grayscale: #9F9F9F. Windows color (decimal): -7103029 or 13344147. OLE color: 13344147.

HSL color Cylindrical-coordinate representation of color #939DCB: hue angle of 229.29º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939DCB is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147157203-
CMYK0.280.2300.20
HSL229.29º35%68.63%-
HSV(B)229.29º27.59%79.61%-
XYZ34.8734.6361.35-
YUV159.25152.69119.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.99%
GREEN value IS 157 (61.72% from 255) = 30.97%
BLUE value IS 203 (79.69% from 255) = 40.04%
R=28.99%
G=30.97%
B=40.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471572030.280.2300.20229.293568.63
Hex939DCB1C17014e52345
Octal223235313342702434543105
Binary1001001110011101110010111110010111010100111001011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,203); }

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

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

 a { background-color: rgb(147,157,203); }

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

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

 span { border-color: rgb(147,157,203); }

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