#9992C0

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

Shades of Logan #9992C0

Tints of Logan #9992C0

Color information

#9992C0 (or 0x9992C0) is unknown color: approx Logan. HEX triplet: 99, 92 and C0. RGB value is (153,146,192). Sum of RGB (Red+Green+Blue) = 153+146+192=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 146 (57.42% from 255 or 29.74% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 192 - color contains mainly: blue. Hex color #9992C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992C0 is #666D3F. Grayscale: #999999. Windows color (decimal): -6712640 or 12620441. OLE color: 12620441.

HSL color Cylindrical-coordinate representation of color #9992C0: hue angle of 249.13º degrees, saturation: 0.27, 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 #9992C0 is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153146192-
CMYK0.200.2400.25
HSL249.13º26.74%66.27%-
HSV(B)249.13º23.96%75.29%-
XYZ32.9331.1454.14-
YUV153.34149.82127.76-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 146 (57.42% from 255) = 29.74%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=31.16%
G=29.74%
B=39.10%

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
Decimal1531461920.200.2400.25249.1326.7466.27
Hex9992C01418019f91b42
Octal231222300243003137133102
Binary100110011001001011000000101001100001100111111001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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