#979FC8

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

Shades of Blue Bell #979FC8

Tints of Blue Bell #979FC8

Color information

#979FC8 (or 0x979FC8) is unknown color: approx Blue Bell. HEX triplet: 97, 9F and C8. RGB value is (151,159,200). Sum of RGB (Red+Green+Blue) = 151+159+200=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 200 (78.52% from 255 or 39.22% from 510); Max value from RGB is 200 - color contains mainly: blue. Hex color #979FC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FC8 is #686037. Grayscale: #A1A1A1. Windows color (decimal): -6840376 or 13148055. OLE color: 13148055.

HSL color Cylindrical-coordinate representation of color #979FC8: hue angle of 230.2º degrees, saturation: 0.31, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979FC8 is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB151159200-
CMYK0.240.2000.22
HSL230.2º30.82%68.82%-
HSV(B)230.2º24.5%78.43%-
XYZ35.5935.5559.63-
YUV161.28149.85120.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 159 (62.5% from 255) = 31.18%
BLUE value IS 200 (78.52% from 255) = 39.22%
R=29.61%
G=31.18%
B=39.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1511592000.240.2000.22230.230.8268.82
Hex979FC81814016e61f45
Octal227237310302402634637105
Binary100101111001111111001000110001010001011011100110111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,200); }

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

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

 a { background-color: rgb(151,159,200); }

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

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

 span { border-color: rgb(151,159,200); }

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