Html Css Color HEX #9B9DDB Blue Bell

📋 copy color: '#9B9DDB'

red 155 ◦ green 157 ◦ blue 219

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

Shades of Blue Bell #9B9DDB

Tints of Blue Bell #9B9DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.57%

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

R = 29.19%
G = 29.57%
B = 41.24%

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

#9B9DDB (or 0x9B9DDB) is known color: Blue Bell. HEX triplet: 9B, 9D and DB. RGB value is (155,157,219). Sum of RGB (Red+Green+Blue) = 155+157+219=531 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.19% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B9DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B9DDB is #646224. Grayscale: #A3A3A3. Windows color (decimal): -6578725 or 14392731. OLE color: 14392731.

HSL color Cylindrical-coordinate representation of color #9B9DDB: hue angle of 238.12º 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 #9B9DDB is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 155 157 219 -
CMYK 0.29 0.28 0 0.14
HSL 238.13º 0.47% 0.73% -
HSV(B) 238.13º 0.29% 0.86% -
XYZ 38.36 36.2 71.98 -
YUV 163.47 159.34 121.96 -
System Red Green Blue C M Y K H S L
Decimal 155 157 219 0.29 0.28 0 0.14 238.13 0.47 0.73
Hex 9B 9D DB 1D 1C 0 E EE 2F 49
Octal 233 235 333 35 34 0 16 356 57 111
Binary 10011011 10011101 11011011 11101 11100 0 1110 11101110 101111 1001001

Color Harmonies of #9B9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B9DDB

Black with #9B9DDB

Text Example


Text Example

White with #9B9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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