#9791CC

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

Shades of Blue Bell #9791CC

Tints of Blue Bell #9791CC

Color information

#9791CC (or 0x9791CC) is unknown color: approx Blue Bell. HEX triplet: 97, 91 and CC. RGB value is (151,145,204). Sum of RGB (Red+Green+Blue) = 151+145+204=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 145 (57.03% from 255 or 29% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #9791CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791CC is #686E33. Grayscale: #999999. Windows color (decimal): -6843956 or 13406615. OLE color: 13406615.

HSL color Cylindrical-coordinate representation of color #9791CC: hue angle of 246.1º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9791CC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151145204-
CMYK0.260.2900.2
HSL246.1º36.65%68.43%-
HSV(B)246.1º28.92%80%-
XYZ33.7931.1961.37-
YUV153.52156.49126.2-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 145 (57.03% from 255) = 29%
BLUE value IS 204 (80.08% from 255) = 40.8%
R=30.2%
G=29%
B=40.8%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511452040.260.2900.2246.136.6568.43
Hex9791CC1A1D014f62544
Octal227221314323502436645104
Binary1001011110010001110011001101011101010100111101101001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9791CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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