#979CD7

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

Shades of Blue Bell #979CD7

Tints of Blue Bell #979CD7

Color information

#979CD7 (or 0x979CD7) is unknown color: approx Blue Bell. HEX triplet: 97, 9C and D7. RGB value is (151,156,215). Sum of RGB (Red+Green+Blue) = 151+156+215=522 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.93% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 215 (84.38% from 255 or 41.19% from 522); Max value from RGB is 215 - color contains mainly: blue. Hex color #979CD7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CD7 is #686328. Grayscale: #A0A0A0. Windows color (decimal): -6841129 or 14130327. OLE color: 14130327.

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

Color convert

RGB151156215-
CMYK0.300.2700.16
HSL235.31º44.44%71.76%-
HSV(B)235.31º29.77%84.31%-
XYZ36.9235.2669.15-
YUV161.23158.34120.7-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.93%
GREEN value IS 156 (61.33% from 255) = 29.89%
BLUE value IS 215 (84.38% from 255) = 41.19%
R=28.93%
G=29.89%
B=41.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1511562150.300.2700.16235.3144.4471.76
Hex979CD71E1B010eb2c48
Octal227234327363302035354110
Binary1001011110011100110101111111011011010000111010111011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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