#979DD0

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

Shades of Blue Bell #979DD0

Tints of Blue Bell #979DD0

Color information

#979DD0 (or 0x979DD0) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and D0. RGB value is (151,157,208). Sum of RGB (Red+Green+Blue) = 151+157+208=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #979DD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DD0 is #68622F. Grayscale: #A0A0A0. Windows color (decimal): -6840880 or 13671831. OLE color: 13671831.

HSL color Cylindrical-coordinate representation of color #979DD0: hue angle of 233.68º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979DD0 is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB151157208-
CMYK0.270.2500.18
HSL233.68º37.75%70.39%-
HSV(B)233.68º27.4%81.57%-
XYZ36.235.2564.57-
YUV161.02154.51120.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 208 (81.64% from 255) = 40.31%
R=29.26%
G=30.43%
B=40.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511572080.270.2500.18233.6837.7570.39
Hex979DD01B19012ea2646
Octal227235320333102235246106
Binary1001011110011101110100001101111001010010111010101001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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