#9895CE

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

Shades of Blue Bell #9895CE

Tints of Blue Bell #9895CE

Color information

#9895CE (or 0x9895CE) is unknown color: approx Blue Bell. HEX triplet: 98, 95 and CE. RGB value is (152,149,206). Sum of RGB (Red+Green+Blue) = 152+149+206=507 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.98% from 507); Green value is 149 (58.59% from 255 or 29.39% from 507); Blue value is 206 (80.86% from 255 or 40.63% from 507); Max value from RGB is 206 - color contains mainly: blue. Hex color #9895CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895CE is #676A31. Grayscale: #9C9C9C. Windows color (decimal): -6777394 or 13538712. OLE color: 13538712.

HSL color Cylindrical-coordinate representation of color #9895CE: hue angle of 243.16º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9895CE is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB152149206-
CMYK0.260.2800.19
HSL243.16º36.77%69.61%-
HSV(B)243.16º27.67%80.78%-
XYZ34.8432.6362.85-
YUV156.4155.99124.87-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.98%
GREEN value IS 149 (58.59% from 255) = 29.39%
BLUE value IS 206 (80.86% from 255) = 40.63%
R=29.98%
G=29.39%
B=40.63%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1521492060.260.2800.19243.1636.7769.61
Hex9895CE1A1C013f32546
Octal230225316323402336345106
Binary1001100010010101110011101101011100010011111100111001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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