#9995D2

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

Shades of Blue Bell #9995D2

Tints of Blue Bell #9995D2

Color information

#9995D2 (or 0x9995D2) is unknown color: approx Blue Bell. HEX triplet: 99, 95 and D2. RGB value is (153,149,210). Sum of RGB (Red+Green+Blue) = 153+149+210=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 210 (82.42% from 255 or 41.02% from 512); Max value from RGB is 210 - color contains mainly: blue. Hex color #9995D2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9995D2 is #666A2D. Grayscale: #9C9C9C. Windows color (decimal): -6711854 or 13800857. OLE color: 13800857.

HSL color Cylindrical-coordinate representation of color #9995D2: hue angle of 243.93º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9995D2 is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB153149210-
CMYK0.270.2900.18
HSL243.93º40.4%70.39%-
HSV(B)243.93º29.05%82.35%-
XYZ35.5232.9265.46-
YUV157.15157.83125.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 149 (58.59% from 255) = 29.10%
BLUE value IS 210 (82.42% from 255) = 41.02%
R=29.88%
G=29.10%
B=41.02%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1531492100.270.2900.18243.9340.470.39
Hex9995D21B1D012f42846
Octal231225322333502236450106
Binary1001100110010101110100101101111101010010111101001010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9995D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9995D2; }

 p { color: rgb(153,149,210); }

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

<style>
 a { background-color: #9995D2; }

 a { background-color: rgb(153,149,210); }

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

<style>
 span { border-color: #9995D2; }

 span { border-color: rgb(153,149,210); }

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