#9893BE

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

Shades of Logan #9893BE

Tints of Logan #9893BE

Color information

#9893BE (or 0x9893BE) is unknown color: approx Logan. HEX triplet: 98, 93 and BE. RGB value is (152,147,190). Sum of RGB (Red+Green+Blue) = 152+147+190=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 147 (57.81% from 255 or 30.06% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9893BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9893BE is #676C41. Grayscale: #999999. Windows color (decimal): -6777922 or 12489624. OLE color: 12489624.

HSL color Cylindrical-coordinate representation of color #9893BE: hue angle of 246.98º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9893BE is Cyan = 0.2, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152147190-
CMYK0.20.2300.25
HSL246.98º24.86%66.08%-
HSV(B)246.98º22.63%74.51%-
XYZ32.6831.2653.03-
YUV153.4148.66127-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.08%
GREEN value IS 147 (57.81% from 255) = 30.06%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=31.08%
G=30.06%
B=38.85%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521471900.20.2300.25246.9824.8666.08
Hex9893BE1417019f71942
Octal230223276242703136731102
Binary100110001001001110111110101001011101100111110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9893BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9893BE; }

 p { color: rgb(152,147,190); }

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

<style>
 a { background-color: #9893BE; }

 a { background-color: rgb(152,147,190); }

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

<style>
 span { border-color: #9893BE; }

 span { border-color: rgb(152,147,190); }

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