#9B9EDF

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

Shades of Blue Bell #9B9EDF

Tints of Blue Bell #9B9EDF

Color information

#9B9EDF (or 0x9B9EDF) is unknown color: approx Blue Bell. HEX triplet: 9B, 9E and DF. RGB value is (155,158,223). Sum of RGB (Red+Green+Blue) = 155+158+223=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 158 (62.11% from 255 or 29.48% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #9B9EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EDF is #646120. Grayscale: #A4A4A4. Windows color (decimal): -6578465 or 14655131. OLE color: 14655131.

HSL color Cylindrical-coordinate representation of color #9B9EDF: hue angle of 237.35º degrees, saturation: 0.52, 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 #9B9EDF is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155158223-
CMYK0.300.2900.13
HSL237.35º51.52%74.12%-
HSV(B)237.35º30.49%87.45%-
XYZ39.0636.7574.85-
YUV164.51161.01121.21-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 158 (62.11% from 255) = 29.48%
BLUE value IS 223 (87.5% from 255) = 41.60%
R=28.92%
G=29.48%
B=41.60%

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
Decimal1551582230.300.2900.13237.3551.5274.12
Hex9B9EDF1E1D0Ded344a
Octal233236337363501535564112
Binary100110111001111011011111111101110101101111011011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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