Html Css Color HEX #9B90DC Blue Bell

📋 copy color: '#9B90DC'

red 155 ◦ green 144 ◦ blue 220

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

Shades of Blue Bell #9B90DC

Tints of Blue Bell #9B90DC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 27.75%

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

R = 29.87%
G = 27.75%
B = 42.39%

CMYK

 C value IS 0.30

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9B90DC (or 0x9B90DC) is known color: Blue Bell. HEX triplet: 9B, 90 and DC. RGB value is (155,144,220). Sum of RGB (Red+Green+Blue) = 155+144+220=519 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.87% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #9B90DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B90DC is #646F23. Grayscale: #9B9B9B. Windows color (decimal): -6582052 or 14454939. OLE color: 14454939.

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

Color convert

RGB 155 144 220 -
CMYK 0.30 0.35 0 0.14
HSL 248.68º 0.52% 0.71% -
HSV(B) 248.68º 0.35% 0.86% -
XYZ 36.41 32.08 71.98 -
YUV 155.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 155 144 220 0.30 0.35 0 0.14 248.68 0.52 0.71
Hex 9B 90 DC 1E 23 0 E F9 34 47
Octal 233 220 334 36 43 0 16 371 64 107
Binary 10011011 10010000 11011100 11110 100011 0 1110 11111001 110100 1000111

Color Harmonies of #9B90DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9B90DC

Black with #9B90DC

Text Example


Text Example

White with #9B90DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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