Html Css Color HEX #9B9EDB Blue Bell

📋 copy color: '#9B9EDB'

red 155 ◦ green 158 ◦ blue 219

#9B9EDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #9B9EDB

Tints of Blue Bell #9B9EDB

RGB

 RED value IS 155 (60.94% from 255) = 29.14%

 GREEN value IS 158 (62.11% from 255) = 29.7%

 BLUE value IS 219 (85.94% from 255) = 41.17%

R = 29.14%
G = 29.7%
B = 41.17%

CMYK

 C value IS 0.29

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B9EDB (or 0x9B9EDB) is known color: Blue Bell. HEX triplet: 9B, 9E and DB. RGB value is (155,158,219). Sum of RGB (Red+Green+Blue) = 155+158+219=532 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.14% from 532); Green value is 158 (62.11% from 255 or 29.70% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B9EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9EDB is #646124. Grayscale: #A3A3A3. Windows color (decimal): -6578469 or 14392987. OLE color: 14392987.

HSL color Cylindrical-coordinate representation of color #9B9EDB: hue angle of 237.19º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9B9EDB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 158 219 -
CMYK 0.29 0.28 0 0.14
HSL 237.19º 0.47% 0.73% -
HSV(B) 237.19º 0.29% 0.86% -
XYZ 38.53 36.54 72.04 -
YUV 164.06 159.01 121.54 -
System Red Green Blue C M Y K H S L
Decimal 155 158 219 0.29 0.28 0 0.14 237.19 0.47 0.73
Hex 9B 9E DB 1D 1C 0 E ED 2F 49
Octal 233 236 333 35 34 0 16 355 57 111
Binary 10011011 10011110 11011011 11101 11100 0 1110 11101101 101111 1001001

Color Harmonies of #9B9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9EDB

Black with #9B9EDB

Text Example


Text Example

White with #9B9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9B9EDB;
 }
 .AnyTagClassName
 {
   color: #9B9EDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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