Html Css Color HEX #9B91DC Blue Bell

📋 copy color: '#9B91DC'

red 155 ◦ green 145 ◦ blue 220

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

Shades of Blue Bell #9B91DC

Tints of Blue Bell #9B91DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 42.31%

R = 29.81%
G = 27.88%
B = 42.31%

CMYK

 C value IS 0.30

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B91DC (or 0x9B91DC) is known color: Blue Bell. HEX triplet: 9B, 91 and DC. RGB value is (155,145,220). Sum of RGB (Red+Green+Blue) = 155+145+220=520 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.81% from 520); Green value is 145 (57.03% from 255 or 27.88% from 520); Blue value is 220 (86.33% from 255 or 42.31% from 520); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B91DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B91DC is #646E23. Grayscale: #9C9C9C. Windows color (decimal): -6581796 or 14455195. OLE color: 14455195.

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

Color convert

RGB 155 145 220 -
CMYK 0.30 0.34 0 0.14
HSL 248º 0.52% 0.72% -
HSV(B) 248º 0.34% 0.86% -
XYZ 36.56 32.39 72.03 -
YUV 156.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 155 145 220 0.30 0.34 0 0.14 248 0.52 0.72
Hex 9B 91 DC 1E 22 0 E F8 34 48
Octal 233 221 334 36 42 0 16 370 64 110
Binary 10011011 10010001 11011100 11110 100010 0 1110 11111000 110100 1001000

Color Harmonies of #9B91DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B91DC

Black with #9B91DC

Text Example


Text Example

White with #9B91DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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