#9791DA

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

Shades of Blue Bell #9791DA

Tints of Blue Bell #9791DA

Color information

#9791DA (or 0x9791DA) is unknown color: approx Blue Bell. HEX triplet: 97, 91 and DA. RGB value is (151,145,218). Sum of RGB (Red+Green+Blue) = 151+145+218=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 145 (57.03% from 255 or 28.21% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #9791DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791DA is #686E25. Grayscale: #9A9A9A. Windows color (decimal): -6843942 or 14324119. OLE color: 14324119.

HSL color Cylindrical-coordinate representation of color #9791DA: hue angle of 244.93º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9791DA is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB151145218-
CMYK0.310.3300.15
HSL244.93º49.66%71.18%-
HSV(B)244.93º33.49%85.49%-
XYZ35.5431.8970.61-
YUV155.12163.49125.06-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.38%
GREEN value IS 145 (57.03% from 255) = 28.21%
BLUE value IS 218 (85.55% from 255) = 42.41%
R=29.38%
G=28.21%
B=42.41%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1511452180.310.3300.15244.9349.6671.18
Hex9791DA1F210Ff53247
Octal227221332374101736562107
Binary1001011110010001110110101111110000101111111101011100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9791DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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