#9898BE

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

Shades of Logan #9898BE

Tints of Logan #9898BE

Color information

#9898BE (or 0x9898BE) is unknown color: approx Logan. HEX triplet: 98, 98 and BE. RGB value is (152,152,190). Sum of RGB (Red+Green+Blue) = 152+152+190=494 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.77% from 494); Green value is 152 (59.77% from 255 or 30.77% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9898BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9898BE is #676741. Grayscale: #9C9C9C. Windows color (decimal): -6776642 or 12490904. OLE color: 12490904.

HSL color Cylindrical-coordinate representation of color #9898BE: hue angle of 240º 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 #9898BE is Cyan = 0.2, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB152152190-
CMYK0.20.200.25
HSL240º22.62%67.06%-
HSV(B)240º20%74.51%-
XYZ33.4732.8553.29-
YUV156.33147124.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.77%
GREEN value IS 152 (59.77% from 255) = 30.77%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=30.77%
G=30.77%
B=38.46%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521521900.20.200.2524022.6267.06
Hex9898BE1414019f01743
Octal230230276242403136027103
Binary100110001001100010111110101001010001100111110000101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9898BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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