#9695DC

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

Shades of Blue Bell #9695DC

Tints of Blue Bell #9695DC

Color information

#9695DC (or 0x9695DC) is unknown color: approx Blue Bell. HEX triplet: 96, 95 and DC. RGB value is (150,149,220). Sum of RGB (Red+Green+Blue) = 150+149+220=519 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.90% from 519); Green value is 149 (58.59% from 255 or 28.71% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9695DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695DC is #696A23. Grayscale: #9D9D9D. Windows color (decimal): -6908452 or 14456214. OLE color: 14456214.

HSL color Cylindrical-coordinate representation of color #9695DC: hue angle of 240.85º 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 #9695DC is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB150149220-
CMYK0.320.3200.14
HSL240.85º50.35%72.35%-
HSV(B)240.85º32.27%86.27%-
XYZ36.2433.1572.2-
YUV157.39163.33122.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.90%
GREEN value IS 149 (58.59% from 255) = 28.71%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=28.90%
G=28.71%
B=42.39%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1501492200.320.3200.14240.8550.3572.35
Hex9695DC20200Ef13248
Octal226225334404001636162110
Binary10010110100101011101110010000010000001110111100011100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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