#9994BF

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

Shades of Logan #9994BF

Tints of Logan #9994BF

Color information

#9994BF (or 0x9994BF) is unknown color: approx Logan. HEX triplet: 99, 94 and BF. RGB value is (153,148,191). Sum of RGB (Red+Green+Blue) = 153+148+191=492 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.10% from 492); Green value is 148 (58.20% from 255 or 30.08% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #9994BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994BF is #666B40. Grayscale: #9A9A9A. Windows color (decimal): -6712129 or 12555417. OLE color: 12555417.

HSL color Cylindrical-coordinate representation of color #9994BF: hue angle of 246.98º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9994BF is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153148191-
CMYK0.200.2300.25
HSL246.98º25.15%66.47%-
HSV(B)246.98º22.51%74.9%-
XYZ33.1331.7153.67-
YUV154.4148.66127-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.10%
GREEN value IS 148 (58.20% from 255) = 30.08%
BLUE value IS 191 (75% from 255) = 38.82%
R=31.10%
G=30.08%
B=38.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531481910.200.2300.25246.9825.1566.47
Hex9994BF1417019f71942
Octal231224277242703136731102
Binary100110011001010010111111101001011101100111110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9994BF; }

 p { color: rgb(153,148,191); }

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

<style>
 a { background-color: #9994BF; }

 a { background-color: rgb(153,148,191); }

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

<style>
 span { border-color: #9994BF; }

 span { border-color: rgb(153,148,191); }

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