#979CD4

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

Shades of Blue Bell #979CD4

Tints of Blue Bell #979CD4

Color information

#979CD4 (or 0x979CD4) is unknown color: approx Blue Bell. HEX triplet: 97, 9C and D4. RGB value is (151,156,212). Sum of RGB (Red+Green+Blue) = 151+156+212=519 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.09% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #979CD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CD4 is #68632B. Grayscale: #A0A0A0. Windows color (decimal): -6841132 or 13933719. OLE color: 13933719.

HSL color Cylindrical-coordinate representation of color #979CD4: hue angle of 235.08º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979CD4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB151156212-
CMYK0.290.2600.17
HSL235.08º41.5%71.18%-
HSV(B)235.08º28.77%83.14%-
XYZ36.5335.1167.14-
YUV160.89156.84120.95-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.09%
GREEN value IS 156 (61.33% from 255) = 30.06%
BLUE value IS 212 (83.20% from 255) = 40.85%
R=29.09%
G=30.06%
B=40.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1511562120.290.2600.17235.0841.571.18
Hex979CD41D1A011eb2947
Octal227234324353202135351107
Binary1001011110011100110101001110111010010001111010111010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,156,212); }

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

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

 a { background-color: rgb(151,156,212); }

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

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

 span { border-color: rgb(151,156,212); }

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