#9992B3

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

Shades of Logan #9992B3

Tints of Logan #9992B3

Color information

#9992B3 (or 0x9992B3) is unknown color: approx Logan. HEX triplet: 99, 92 and B3. RGB value is (153,146,179). Sum of RGB (Red+Green+Blue) = 153+146+179=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 146 (57.42% from 255 or 30.54% from 478); Blue value is 179 (70.31% from 255 or 37.45% from 478); Max value from RGB is 179 - color contains mainly: blue. Hex color #9992B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992B3 is #666D4C. Grayscale: #979797. Windows color (decimal): -6712653 or 11768473. OLE color: 11768473.

HSL color Cylindrical-coordinate representation of color #9992B3: hue angle of 252.73º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9992B3 is Cyan = 0.15, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB153146179-
CMYK0.150.1800.30
HSL252.73º17.84%63.73%-
HSV(B)252.73º18.44%70.2%-
XYZ31.5530.5846.89-
YUV151.86143.32128.82-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 32.01%
GREEN value IS 146 (57.42% from 255) = 30.54%
BLUE value IS 179 (70.31% from 255) = 37.45%
R=32.01%
G=30.54%
B=37.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1531461790.150.1800.30252.7317.8463.73
Hex9992B3F1201Efd1240
Octal231222263172203637522100
Binary10011001100100101011001111111001001111011111101100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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