#999DBA

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

Shades of Logan #999DBA

Tints of Logan #999DBA

Color information

#999DBA (or 0x999DBA) is unknown color: approx Logan. HEX triplet: 99, 9D and BA. RGB value is (153,157,186). Sum of RGB (Red+Green+Blue) = 153+157+186=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 157 (61.72% from 255 or 31.65% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 186 - color contains mainly: blue. Hex color #999DBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999DBA is #666245. Grayscale: #9E9E9E. Windows color (decimal): -6709830 or 12230041. OLE color: 12230041.

HSL color Cylindrical-coordinate representation of color #999DBA: hue angle of 232.73º 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 #999DBA is Cyan = 0.18, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153157186-
CMYK0.180.1600.27
HSL232.73º19.3%66.47%-
HSV(B)232.73º17.74%72.94%-
XYZ34.0634.4351.31-
YUV159.11143.17123.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 157 (61.72% from 255) = 31.65%
BLUE value IS 186 (73.05% from 255) = 37.5%
R=30.85%
G=31.65%
B=37.5%

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
Decimal1531571860.180.1600.27232.7319.366.47
Hex999DBA121001Be91342
Octal231235272222003335123102
Binary100110011001110110111010100101000001101111101001100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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