#9B9EDD

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

Shades of Blue Bell #9B9EDD

Tints of Blue Bell #9B9EDD

Color information

#9B9EDD (or 0x9B9EDD) is unknown color: approx Blue Bell. HEX triplet: 9B, 9E and DD. RGB value is (155,158,221). Sum of RGB (Red+Green+Blue) = 155+158+221=534 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.03% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #9B9EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EDD is #646122. Grayscale: #A4A4A4. Windows color (decimal): -6578467 or 14524059. OLE color: 14524059.

HSL color Cylindrical-coordinate representation of color #9B9EDD: hue angle of 237.27º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9B9EDD is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155158221-
CMYK0.300.2900.13
HSL237.27º49.25%73.73%-
HSV(B)237.27º29.86%86.67%-
XYZ38.836.6473.43-
YUV164.29160.01121.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 29.03%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 221 (86.72% from 255) = 41.39%
R=29.03%
G=29.59%
B=41.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551582210.300.2900.13237.2749.2573.73
Hex9B9EDD1E1D0Ded314a
Octal233236335363501535561112
Binary100110111001111011011101111101110101101111011011100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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