#979EC4

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

Shades of Blue Bell #979EC4

Tints of Blue Bell #979EC4

Color information

#979EC4 (or 0x979EC4) is unknown color: approx Blue Bell. HEX triplet: 97, 9E and C4. RGB value is (151,158,196). Sum of RGB (Red+Green+Blue) = 151+158+196=505 (66% of max value = 765). Red value is 151 (59.38% from 255 or 29.90% from 505); Green value is 158 (62.11% from 255 or 31.29% from 505); Blue value is 196 (76.95% from 255 or 38.81% from 505); Max value from RGB is 196 - color contains mainly: blue. Hex color #979EC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979EC4 is #68613B. Grayscale: #A0A0A0. Windows color (decimal): -6840636 or 12885655. OLE color: 12885655.

HSL color Cylindrical-coordinate representation of color #979EC4: hue angle of 230.67º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #979EC4 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151158196-
CMYK0.230.1900.23
HSL230.67º27.61%68.04%-
HSV(B)230.67º22.96%76.86%-
XYZ34.9535.0257.14-
YUV160.24148.18121.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.90%
GREEN value IS 158 (62.11% from 255) = 31.29%
BLUE value IS 196 (76.95% from 255) = 38.81%
R=29.90%
G=31.29%
B=38.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511581960.230.1900.23230.6727.6168.04
Hex979EC41713017e71c44
Octal227236304272302734734104
Binary100101111001111011000100101111001101011111100111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,158,196); }

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

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

 a { background-color: rgb(151,158,196); }

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

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

 span { border-color: rgb(151,158,196); }

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