Html Css Color HEX #9B91DB Blue Bell

📋 copy color: '#9B91DB'

red 155 ◦ green 145 ◦ blue 219

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

Shades of Blue Bell #9B91DB

Tints of Blue Bell #9B91DB

RGB

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

 GREEN value IS 145 (57.03% from 255) = 27.94%

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

R = 29.87%
G = 27.94%
B = 42.2%

CMYK

 C value IS 0.29

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B91DB (or 0x9B91DB) is known color: Blue Bell. HEX triplet: 9B, 91 and DB. RGB value is (155,145,219). Sum of RGB (Red+Green+Blue) = 155+145+219=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 145 (57.03% from 255 or 27.94% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B91DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91DB is #646E24. Grayscale: #9C9C9C. Windows color (decimal): -6581797 or 14389659. OLE color: 14389659.

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

Color convert

RGB 155 145 219 -
CMYK 0.29 0.34 0 0.14
HSL 248.11º 0.51% 0.71% -
HSV(B) 248.11º 0.34% 0.86% -
XYZ 36.43 32.33 71.34 -
YUV 156.43 163.31 126.98 -
System Red Green Blue C M Y K H S L
Decimal 155 145 219 0.29 0.34 0 0.14 248.11 0.51 0.71
Hex 9B 91 DB 1D 22 0 E F8 33 47
Octal 233 221 333 35 42 0 16 370 63 107
Binary 10011011 10010001 11011011 11101 100010 0 1110 11111000 110011 1000111

Color Harmonies of #9B91DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B91DB

Black with #9B91DB

Text Example


Text Example

White with #9B91DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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