#9992BC

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

Shades of Logan #9992BC

Tints of Logan #9992BC

Color information

#9992BC (or 0x9992BC) is unknown color: approx Logan. HEX triplet: 99, 92 and BC. RGB value is (153,146,188). Sum of RGB (Red+Green+Blue) = 153+146+188=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 188 - color contains mainly: blue. Hex color #9992BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9992BC is #666D43. Grayscale: #989898. Windows color (decimal): -6712644 or 12358297. OLE color: 12358297.

HSL color Cylindrical-coordinate representation of color #9992BC: hue angle of 250º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9992BC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB153146188-
CMYK0.190.2200.26
HSL250º23.86%65.49%-
HSV(B)250º22.34%73.73%-
XYZ32.4930.9651.84-
YUV152.88147.82128.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.42%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 188 (73.83% from 255) = 38.60%
R=31.42%
G=29.98%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1531461880.190.2200.2625023.8665.49
Hex9992BC131601Afa1841
Octal231222274232603237230101
Binary100110011001001010111100100111011001101011111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9992BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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