#9895BE

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

Shades of Logan #9895BE

Tints of Logan #9895BE

Color information

#9895BE (or 0x9895BE) is unknown color: approx Logan. HEX triplet: 98, 95 and BE. RGB value is (152,149,190). Sum of RGB (Red+Green+Blue) = 152+149+190=491 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.96% from 491); Green value is 149 (58.59% from 255 or 30.35% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9895BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895BE is #676A41. Grayscale: #9A9A9A. Windows color (decimal): -6777410 or 12490136. OLE color: 12490136.

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

Color convert

RGB152149190-
CMYK0.20.2200.25
HSL244.39º23.98%66.47%-
HSV(B)244.39º21.58%74.51%-
XYZ32.9931.8953.13-
YUV154.57147.99126.17-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.96%
GREEN value IS 149 (58.59% from 255) = 30.35%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=30.96%
G=30.35%
B=38.70%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1521491900.20.2200.25244.3923.9866.47
Hex9895BE1416019f41842
Octal230225276242603136430102
Binary100110001001010110111110101001011001100111110100110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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