#979DC0

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

Shades of Blue Bell #979DC0

Tints of Blue Bell #979DC0

Color information

#979DC0 (or 0x979DC0) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and C0. RGB value is (151,157,192). Sum of RGB (Red+Green+Blue) = 151+157+192=500 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.2% from 500); Green value is 157 (61.72% from 255 or 31.4% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #979DC0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DC0 is #68623F. Grayscale: #9F9F9F. Windows color (decimal): -6840896 or 12623255. OLE color: 12623255.

HSL color Cylindrical-coordinate representation of color #979DC0: hue angle of 231.22º degrees, saturation: 0.25, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979DC0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151157192-
CMYK0.210.1800.25
HSL231.22º24.55%67.25%-
HSV(B)231.22º21.35%75.29%-
XYZ34.3334.554.72-
YUV159.2146.51122.15-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.2%
GREEN value IS 157 (61.72% from 255) = 31.4%
BLUE value IS 192 (75.39% from 255) = 38.4%
R=30.2%
G=31.4%
B=38.4%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511571920.210.1800.25231.2224.5567.25
Hex979DC01512019e71943
Octal227235300252203134731103
Binary100101111001110111000000101011001001100111100111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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