#9B95DD

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

Shades of Blue Bell #9B95DD

Tints of Blue Bell #9B95DD

Color information

#9B95DD (or 0x9B95DD) is unknown color: approx Blue Bell. HEX triplet: 9B, 95 and DD. RGB value is (155,149,221). Sum of RGB (Red+Green+Blue) = 155+149+221=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B95DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95DD is #646A22. Grayscale: #9E9E9E. Windows color (decimal): -6580771 or 14521755. OLE color: 14521755.

HSL color Cylindrical-coordinate representation of color #9B95DD: hue angle of 245º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9B95DD is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155149221-
CMYK0.300.3300.13
HSL245º51.43%72.55%-
HSV(B)245º32.58%86.67%-
XYZ37.3233.6872.94-
YUV159162.99125.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.52%
GREEN value IS 149 (58.59% from 255) = 28.38%
BLUE value IS 221 (86.72% from 255) = 42.10%
R=29.52%
G=28.38%
B=42.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551492210.300.3300.1324551.4372.55
Hex9B95DD1E210Df53349
Octal233225335364101536563111
Binary1001101110010101110111011111010000101101111101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B95DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B95DD; }

 p { color: rgb(155,149,221); }

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

<style>
 a { background-color: #9B95DD; }

 a { background-color: rgb(155,149,221); }

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

<style>
 span { border-color: #9B95DD; }

 span { border-color: rgb(155,149,221); }

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