#9899BE

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

Shades of Logan #9899BE

Tints of Logan #9899BE

Color information

#9899BE (or 0x9899BE) is unknown color: approx Logan. HEX triplet: 98, 99 and BE. RGB value is (152,153,190). Sum of RGB (Red+Green+Blue) = 152+153+190=495 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.71% from 495); Green value is 153 (60.16% from 255 or 30.91% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #9899BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9899BE is #676641. Grayscale: #9C9C9C. Windows color (decimal): -6776386 or 12491160. OLE color: 12491160.

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

Color convert

RGB152153190-
CMYK0.20.1900.25
HSL238.42º22.62%67.06%-
HSV(B)238.42º20%74.51%-
XYZ33.6333.1853.35-
YUV156.92146.67124.49-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.71%
GREEN value IS 153 (60.16% from 255) = 30.91%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=30.71%
G=30.91%
B=38.38%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521531900.20.1900.25238.4222.6267.06
Hex9899BE1413019ee1743
Octal230231276242303135627103
Binary100110001001100110111110101001001101100111101110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9899BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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