Html Css Color HEX #9790DB Blue Bell

📋 copy color: '#9790DB'

red 151 ◦ green 144 ◦ blue 219

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

Shades of Blue Bell #9790DB

Tints of Blue Bell #9790DB

RGB

 RED value IS 151 (59.38% from 255) = 29.38%

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

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

R = 29.38%
G = 28.02%
B = 42.61%

CMYK

 C value IS 0.31

 M value IS 0.34

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9790DB (or 0x9790DB) is known color: Blue Bell. HEX triplet: 97, 90 and DB. RGB value is (151,144,219). Sum of RGB (Red+Green+Blue) = 151+144+219=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 144 (56.64% from 255 or 28.02% from 514); Blue value is 219 (85.94% from 255 or 42.61% from 514); Max value from RGB is 219 - color contains mainly: blue. Hex color #9790DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9790DB is #686F24. Grayscale: #9A9A9A. Windows color (decimal): -6844197 or 14389399. OLE color: 14389399.

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

Color convert

RGB 151 144 219 -
CMYK 0.31 0.34 0 0.14
HSL 245.6º 0.51% 0.71% -
HSV(B) 245.6º 0.34% 0.86% -
XYZ 35.52 31.64 71.25 -
YUV 154.64 164.32 125.4 -
System Red Green Blue C M Y K H S L
Decimal 151 144 219 0.31 0.34 0 0.14 245.6 0.51 0.71
Hex 97 90 DB 1F 22 0 E F6 33 47
Octal 227 220 333 37 42 0 16 366 63 107
Binary 10010111 10010000 11011011 11111 100010 0 1110 11110110 110011 1000111

Color Harmonies of #9790DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9790DB

Black with #9790DB

Text Example


Text Example

White with #9790DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9790DB; }

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

 H1.HeaderClassName
 {
   color: #9790DB;
 }
 .AnyTagClassName
 {
   color: #9790DB;
 }
</style>

background-color css

<style>
 a { background-color: #9790DB; }

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

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

border-color css

<style>
 span { border-color: #9790DB; }

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

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