#999CBA

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

Shades of Logan #999CBA

Tints of Logan #999CBA

Color information

#999CBA (or 0x999CBA) is unknown color: approx Logan. HEX triplet: 99, 9C and BA. RGB value is (153,156,186). Sum of RGB (Red+Green+Blue) = 153+156+186=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 156 (61.33% from 255 or 31.52% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 186 - color contains mainly: blue. Hex color #999CBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999CBA is #666345. Grayscale: #9E9E9E. Windows color (decimal): -6710086 or 12229785. OLE color: 12229785.

HSL color Cylindrical-coordinate representation of color #999CBA: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #999CBA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153156186-
CMYK0.180.1600.27
HSL234.55º19.3%66.47%-
HSV(B)234.55º17.74%72.94%-
XYZ33.8934.0951.25-
YUV158.52143.51124.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 156 (61.33% from 255) = 31.52%
BLUE value IS 186 (73.05% from 255) = 37.58%
R=30.91%
G=31.52%
B=37.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531561860.180.1600.27234.5519.366.47
Hex999CBA121001Beb1342
Octal231234272222003335323102
Binary100110011001110010111010100101000001101111101011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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