#979DD7

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

Shades of Blue Bell #979DD7

Tints of Blue Bell #979DD7

Color information

#979DD7 (or 0x979DD7) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and D7. RGB value is (151,157,215). Sum of RGB (Red+Green+Blue) = 151+157+215=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 157 (61.72% from 255 or 30.02% from 523); Blue value is 215 (84.38% from 255 or 41.11% from 523); Max value from RGB is 215 - color contains mainly: blue. Hex color #979DD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DD7 is #686228. Grayscale: #A1A1A1. Windows color (decimal): -6840873 or 14130583. OLE color: 14130583.

HSL color Cylindrical-coordinate representation of color #979DD7: hue angle of 234.38º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979DD7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151157215-
CMYK0.300.2700.16
HSL234.38º44.44%71.76%-
HSV(B)234.38º29.77%84.31%-
XYZ37.0935.669.21-
YUV161.82158.01120.28-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.87%
GREEN value IS 157 (61.72% from 255) = 30.02%
BLUE value IS 215 (84.38% from 255) = 41.11%
R=28.87%
G=30.02%
B=41.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511572150.300.2700.16234.3844.4471.76
Hex979DD71E1B010ea2c48
Octal227235327363302035254110
Binary1001011110011101110101111111011011010000111010101011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #979DD7; }

 p { color: rgb(151,157,215); }

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

<style>
 a { background-color: #979DD7; }

 a { background-color: rgb(151,157,215); }

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

<style>
 span { border-color: #979DD7; }

 span { border-color: rgb(151,157,215); }

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