#9B95DA

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

Shades of Blue Bell #9B95DA

Tints of Blue Bell #9B95DA

Color information

#9B95DA (or 0x9B95DA) is unknown color: approx Blue Bell. HEX triplet: 9B, 95 and DA. RGB value is (155,149,218). Sum of RGB (Red+Green+Blue) = 155+149+218=522 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.69% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 218 (85.55% from 255 or 41.76% from 522); Max value from RGB is 218 - color contains mainly: blue. Hex color #9B95DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B95DA is #646A25. Grayscale: #9E9E9E. Windows color (decimal): -6580774 or 14325147. OLE color: 14325147.

HSL color Cylindrical-coordinate representation of color #9B95DA: hue angle of 245.22º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B95DA is Cyan = 0.29, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155149218-
CMYK0.290.3200.15
HSL245.22º48.25%71.96%-
HSV(B)245.22º31.65%85.49%-
XYZ36.9233.5370.85-
YUV158.66161.49125.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.69%
GREEN value IS 149 (58.59% from 255) = 28.54%
BLUE value IS 218 (85.55% from 255) = 41.76%
R=29.69%
G=28.54%
B=41.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551492180.290.3200.15245.2248.2571.96
Hex9B95DA1D200Ff53048
Octal233225332354001736560110
Binary1001101110010101110110101110110000001111111101011100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B95DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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