#999CBE

Color #999CBE Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #999CBE

Tints of Logan #999CBE

Color information

#999CBE (or 0x999CBE) is unknown color: approx Logan. HEX triplet: 99, 9C and BE. RGB value is (153,156,190). Sum of RGB (Red+Green+Blue) = 153+156+190=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 156 (61.33% from 255 or 31.26% from 499); Blue value is 190 (74.61% from 255 or 38.08% from 499); Max value from RGB is 190 - color contains mainly: blue. Hex color #999CBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBE is #666341. Grayscale: #9E9E9E. Windows color (decimal): -6710082 or 12491929. OLE color: 12491929.

HSL color Cylindrical-coordinate representation of color #999CBE: hue angle of 235.14º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #999CBE is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153156190-
CMYK0.190.1800.25
HSL235.14º22.16%67.25%-
HSV(B)235.14º19.47%74.51%-
XYZ34.3234.2753.52-
YUV158.98145.51123.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.66%
GREEN value IS 156 (61.33% from 255) = 31.26%
BLUE value IS 190 (74.61% from 255) = 38.08%
R=30.66%
G=31.26%
B=38.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531561900.190.1800.25235.1422.1667.25
Hex999CBE1312019eb1643
Octal231234276232203135326103
Binary100110011001110010111110100111001001100111101011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999CBE; }

 p { color: rgb(153,156,190); }

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

<style>
 a { background-color: #999CBE; }

 a { background-color: rgb(153,156,190); }

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

<style>
 span { border-color: #999CBE; }

 span { border-color: rgb(153,156,190); }

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