#9895DC

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

Shades of Blue Bell #9895DC

Tints of Blue Bell #9895DC

Color information

#9895DC (or 0x9895DC) is unknown color: approx Blue Bell. HEX triplet: 98, 95 and DC. RGB value is (152,149,220). Sum of RGB (Red+Green+Blue) = 152+149+220=521 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.17% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 220 (86.33% from 255 or 42.23% from 521); Max value from RGB is 220 - color contains mainly: blue. Hex color #9895DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9895DC is #676A23. Grayscale: #9D9D9D. Windows color (decimal): -6777380 or 14456216. OLE color: 14456216.

HSL color Cylindrical-coordinate representation of color #9895DC: hue angle of 242.54º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9895DC is Cyan = 0.31, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB152149220-
CMYK0.310.3200.14
HSL242.54º50.35%72.35%-
HSV(B)242.54º32.27%86.27%-
XYZ36.6133.3472.22-
YUV157.99162.99123.73-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.17%
GREEN value IS 149 (58.59% from 255) = 28.60%
BLUE value IS 220 (86.33% from 255) = 42.23%
R=29.17%
G=28.60%
B=42.23%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1521492200.310.3200.14242.5450.3572.35
Hex9895DC1F200Ef33248
Octal230225334374001636362110
Binary1001100010010101110111001111110000001110111100111100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9895DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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