#9896BE

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

Shades of Logan #9896BE

Tints of Logan #9896BE

Color information

#9896BE (or 0x9896BE) is unknown color: approx Logan. HEX triplet: 98, 96 and BE. RGB value is (152,150,190). Sum of RGB (Red+Green+Blue) = 152+150+190=492 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.89% from 492); Green value is 150 (58.98% from 255 or 30.49% from 492); Blue value is 190 (74.61% from 255 or 38.62% from 492); Max value from RGB is 190 - color contains mainly: blue. Hex color #9896BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9896BE is #676941. Grayscale: #9B9B9B. Windows color (decimal): -6777154 or 12490392. OLE color: 12490392.

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

Color convert

RGB152150190-
CMYK0.20.2100.25
HSL243º23.53%66.67%-
HSV(B)243º21.05%74.51%-
XYZ33.1532.2153.18-
YUV155.16147.66125.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.89%
GREEN value IS 150 (58.98% from 255) = 30.49%
BLUE value IS 190 (74.61% from 255) = 38.62%
R=30.89%
G=30.49%
B=38.62%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521501900.20.2100.2524323.5366.67
Hex9896BE1415019f31843
Octal230226276242503136330103
Binary100110001001011010111110101001010101100111110011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9896BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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