#9992BF

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

Shades of Logan #9992BF

Tints of Logan #9992BF

Color information

#9992BF (or 0x9992BF) is unknown color: approx Logan. HEX triplet: 99, 92 and BF. RGB value is (153,146,191). Sum of RGB (Red+Green+Blue) = 153+146+191=490 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.22% from 490); Green value is 146 (57.42% from 255 or 29.80% from 490); Blue value is 191 (75% from 255 or 38.98% from 490); Max value from RGB is 191 - color contains mainly: blue. Hex color #9992BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992BF is #666D40. Grayscale: #999999. Windows color (decimal): -6712641 or 12554905. OLE color: 12554905.

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

Color convert

RGB153146191-
CMYK0.200.2400.25
HSL249.33º26.01%66.08%-
HSV(B)249.33º23.56%74.9%-
XYZ32.8231.0953.56-
YUV153.22149.32127.84-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.22%
GREEN value IS 146 (57.42% from 255) = 29.80%
BLUE value IS 191 (75% from 255) = 38.98%
R=31.22%
G=29.80%
B=38.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531461910.200.2400.25249.3326.0166.08
Hex9992BF1418019f91a42
Octal231222277243003137132102
Binary100110011001001010111111101001100001100111111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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