#9B95CD

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

Shades of Blue Bell #9B95CD

Tints of Blue Bell #9B95CD

Color information

#9B95CD (or 0x9B95CD) is unknown color: approx Blue Bell. HEX triplet: 9B, 95 and CD. RGB value is (155,149,205). Sum of RGB (Red+Green+Blue) = 155+149+205=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 149 (58.59% from 255 or 29.27% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #9B95CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95CD is #646A32. Grayscale: #9C9C9C. Windows color (decimal): -6580787 or 13473179. OLE color: 13473179.

HSL color Cylindrical-coordinate representation of color #9B95CD: hue angle of 246.43º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B95CD is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB155149205-
CMYK0.240.2700.20
HSL246.43º35.9%69.41%-
HSV(B)246.43º27.32%80.39%-
XYZ35.2832.8762.24-
YUV157.18154.99126.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.45%
GREEN value IS 149 (58.59% from 255) = 29.27%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=30.45%
G=29.27%
B=40.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1551492050.240.2700.20246.4335.969.41
Hex9B95CD181B014f62445
Octal233225315303302436644105
Binary1001101110010101110011011100011011010100111101101001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B95CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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