#9B9DE0

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

Shades of Blue Bell #9B9DE0

Tints of Blue Bell #9B9DE0

Color information

#9B9DE0 (or 0x9B9DE0) is unknown color: approx Blue Bell. HEX triplet: 9B, 9D and E0. RGB value is (155,157,224). Sum of RGB (Red+Green+Blue) = 155+157+224=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 224 (87.89% from 255 or 41.79% from 536); Max value from RGB is 224 - color contains mainly: blue. Hex color #9B9DE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DE0 is #64621F. Grayscale: #A3A3A3. Windows color (decimal): -6578720 or 14720411. OLE color: 14720411.

HSL color Cylindrical-coordinate representation of color #9B9DE0: hue angle of 238.26º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B9DE0 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB155157224-
CMYK0.310.3000.12
HSL238.26º52.67%74.31%-
HSV(B)238.26º30.8%87.84%-
XYZ39.0336.4675.5-
YUV164.04161.84121.55-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 224 (87.89% from 255) = 41.79%
R=28.92%
G=29.29%
B=41.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1551572240.310.3000.12238.2652.6774.31
Hex9B9DE01F1E0Cee354a
Octal233235340373601435665112
Binary100110111001110111100000111111111001100111011101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B9DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,157,224); }

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

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

 a { background-color: rgb(155,157,224); }

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

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

 span { border-color: rgb(155,157,224); }

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