#979BD7

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

Shades of Blue Bell #979BD7

Tints of Blue Bell #979BD7

Color information

#979BD7 (or 0x979BD7) is unknown color: approx Blue Bell. HEX triplet: 97, 9B and D7. RGB value is (151,155,215). Sum of RGB (Red+Green+Blue) = 151+155+215=521 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.98% from 521); Green value is 155 (60.94% from 255 or 29.75% from 521); Blue value is 215 (84.38% from 255 or 41.27% from 521); Max value from RGB is 215 - color contains mainly: blue. Hex color #979BD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BD7 is #686428. Grayscale: #A0A0A0. Windows color (decimal): -6841385 or 14130071. OLE color: 14130071.

HSL color Cylindrical-coordinate representation of color #979BD7: hue angle of 236.25º 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 #979BD7 is Cyan = 0.30, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB151155215-
CMYK0.300.2800.16
HSL236.25º44.44%71.76%-
HSV(B)236.25º29.77%84.31%-
XYZ36.7534.9369.09-
YUV160.64158.67121.12-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.98%
GREEN value IS 155 (60.94% from 255) = 29.75%
BLUE value IS 215 (84.38% from 255) = 41.27%
R=28.98%
G=29.75%
B=41.27%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511552150.300.2800.16236.2544.4471.76
Hex979BD71E1C010ec2c48
Octal227233327363402035454110
Binary1001011110011011110101111111011100010000111011001011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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