#979DCA

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

Shades of Blue Bell #979DCA

Tints of Blue Bell #979DCA

Color information

#979DCA (or 0x979DCA) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and CA. RGB value is (151,157,202). Sum of RGB (Red+Green+Blue) = 151+157+202=510 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.61% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 202 (79.30% from 255 or 39.61% from 510); Max value from RGB is 202 - color contains mainly: blue. Hex color #979DCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DCA is #686235. Grayscale: #A0A0A0. Windows color (decimal): -6840886 or 13278615. OLE color: 13278615.

HSL color Cylindrical-coordinate representation of color #979DCA: hue angle of 232.94º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #979DCA is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB151157202-
CMYK0.250.2200.21
HSL232.94º32.48%69.22%-
HSV(B)232.94º25.25%79.22%-
XYZ35.4834.9660.75-
YUV160.34151.51121.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.61%
GREEN value IS 157 (61.72% from 255) = 30.78%
BLUE value IS 202 (79.30% from 255) = 39.61%
R=29.61%
G=30.78%
B=39.61%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1511572020.250.2200.21232.9432.4869.22
Hex979DCA1916015e92045
Octal227235312312602535140105
Binary1001011110011101110010101100110110010101111010011000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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