Html Css Color HEX #9A90DB Blue Bell

📋 copy color: '#9A90DB'

red 154 ◦ green 144 ◦ blue 219

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

Shades of Blue Bell #9A90DB

Tints of Blue Bell #9A90DB

RGB

 RED value IS 154 (60.55% from 255) = 29.79%

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

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

R = 29.79%
G = 27.85%
B = 42.36%

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

#9A90DB (or 0x9A90DB) is known color: Blue Bell. HEX triplet: 9A, 90 and DB. RGB value is (154,144,219). Sum of RGB (Red+Green+Blue) = 154+144+219=517 (68% of max value = 765). Red value is 154 (60.55% from 255 or 29.79% from 517); Green value is 144 (56.64% from 255 or 27.85% from 517); Blue value is 219 (85.94% from 255 or 42.36% from 517); Max value from RGB is 219 - color contains mainly: blue. Hex color #9A90DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9A90DB is #656F24. Grayscale: #9B9B9B. Windows color (decimal): -6647589 or 14389402. OLE color: 14389402.

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

Color convert

RGB 154 144 219 -
CMYK 0.30 0.34 0 0.14
HSL 248º 0.51% 0.71% -
HSV(B) 248º 0.34% 0.86% -
XYZ 36.09 31.93 71.28 -
YUV 155.54 163.81 126.9 -
System Red Green Blue C M Y K H S L
Decimal 154 144 219 0.30 0.34 0 0.14 248 0.51 0.71
Hex 9A 90 DB 1E 22 0 E F8 33 47
Octal 232 220 333 36 42 0 16 370 63 107
Binary 10011010 10010000 11011011 11110 100010 0 1110 11111000 110011 1000111

Color Harmonies of #9A90DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A90DB

Black with #9A90DB

Text Example


Text Example

White with #9A90DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,144,219); }

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

background-color css

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

 a { background-color: rgb(154,144,219); }

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

border-color css

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

 span { border-color: rgb(154,144,219); }

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