#9791DB

Color #9791DB Blue Bell (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bell #9791DB

Tints of Blue Bell #9791DB

Color information

#9791DB (or 0x9791DB) is unknown color: approx Blue Bell. HEX triplet: 97, 91 and DB. RGB value is (151,145,219). Sum of RGB (Red+Green+Blue) = 151+145+219=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 145 (57.03% from 255 or 28.16% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 219 - color contains mainly: blue. Hex color #9791DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791DB is #686E24. Grayscale: #9A9A9A. Windows color (decimal): -6843941 or 14389655. OLE color: 14389655.

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

Color convert

RGB151145219-
CMYK0.310.3400.14
HSL244.86º50.68%71.37%-
HSV(B)244.86º33.79%85.88%-
XYZ35.6731.9471.3-
YUV155.23163.99124.98-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 145 (57.03% from 255) = 28.16%
BLUE value IS 219 (85.94% from 255) = 42.52%
R=29.32%
G=28.16%
B=42.52%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1511452190.310.3400.14244.8650.6871.37
Hex9791DB1F220Ef53347
Octal227221333374201636563107
Binary1001011110010001110110111111110001001110111101011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9791DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9791DB;
 }
 .AnyTagClassName
 {
   color: #9791DB;
 }
</style>
background-color css

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

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

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

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

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

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