#999EBA

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

Shades of Logan #999EBA

Tints of Logan #999EBA

Color information

#999EBA (or 0x999EBA) is unknown color: approx Logan. HEX triplet: 99, 9E and BA. RGB value is (153,158,186). Sum of RGB (Red+Green+Blue) = 153+158+186=497 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.78% from 497); Green value is 158 (62.11% from 255 or 31.79% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 186 - color contains mainly: blue. Hex color #999EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #999EBA is #666145. Grayscale: #9F9F9F. Windows color (decimal): -6709574 or 12230297. OLE color: 12230297.

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

Color convert

RGB153158186-
CMYK0.180.1500.27
HSL230.91º19.3%66.47%-
HSV(B)230.91º17.74%72.94%-
XYZ34.2334.7751.36-
YUV159.7142.84123.22-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.78%
GREEN value IS 158 (62.11% from 255) = 31.79%
BLUE value IS 186 (73.05% from 255) = 37.42%
R=30.78%
G=31.79%
B=37.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531581860.180.1500.27230.9119.366.47
Hex999EBA12F01Be71342
Octal231236272221703334723102
Binary10011001100111101011101010010111101101111100111100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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