#9892BC

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

Shades of Logan #9892BC

Tints of Logan #9892BC

Color information

#9892BC (or 0x9892BC) is unknown color: approx Logan. HEX triplet: 98, 92 and BC. RGB value is (152,146,188). Sum of RGB (Red+Green+Blue) = 152+146+188=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 188 (73.83% from 255 or 38.68% from 486); Max value from RGB is 188 - color contains mainly: blue. Hex color #9892BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9892BC is #676D43. Grayscale: #989898. Windows color (decimal): -6778180 or 12358296. OLE color: 12358296.

HSL color Cylindrical-coordinate representation of color #9892BC: hue angle of 248.57º 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 #9892BC is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB152146188-
CMYK0.190.2200.26
HSL248.57º23.86%65.49%-
HSV(B)248.57º22.34%73.73%-
XYZ32.330.8651.83-
YUV152.58147.99127.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.28%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 188 (73.83% from 255) = 38.68%
R=31.28%
G=30.04%
B=38.68%

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
Decimal1521461880.190.2200.26248.5723.8665.49
Hex9892BC131601Af91841
Octal230222274232603237130101
Binary100110001001001010111100100111011001101011111001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9892BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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