#9791D0

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

Shades of Blue Bell #9791D0

Tints of Blue Bell #9791D0

Color information

#9791D0 (or 0x9791D0) is unknown color: approx Blue Bell. HEX triplet: 97, 91 and D0. RGB value is (151,145,208). Sum of RGB (Red+Green+Blue) = 151+145+208=504 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.96% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #9791D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9791D0 is #686E2F. Grayscale: #999999. Windows color (decimal): -6843952 or 13668759. OLE color: 13668759.

HSL color Cylindrical-coordinate representation of color #9791D0: hue angle of 245.71º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9791D0 is Cyan = 0.27, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151145208-
CMYK0.270.3000.18
HSL245.71º40.13%69.22%-
HSV(B)245.71º30.29%81.57%-
XYZ34.2731.3863.93-
YUV153.98158.49125.88-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.96%
GREEN value IS 145 (57.03% from 255) = 28.77%
BLUE value IS 208 (81.64% from 255) = 41.27%
R=29.96%
G=28.77%
B=41.27%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511452080.270.3000.18245.7140.1369.22
Hex9791D01B1E012f62845
Octal227221320333602236650105
Binary1001011110010001110100001101111110010010111101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9791D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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