#979BC3

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

Shades of Blue Bell #979BC3

Tints of Blue Bell #979BC3

Color information

#979BC3 (or 0x979BC3) is unknown color: approx Blue Bell. HEX triplet: 97, 9B and C3. RGB value is (151,155,195). Sum of RGB (Red+Green+Blue) = 151+155+195=501 (66% of max value = 765). Red value is 151 (59.38% from 255 or 30.14% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 195 (76.56% from 255 or 38.92% from 501); Max value from RGB is 195 - color contains mainly: blue. Hex color #979BC3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BC3 is #68643C. Grayscale: #9E9E9E. Windows color (decimal): -6841405 or 12819351. OLE color: 12819351.

HSL color Cylindrical-coordinate representation of color #979BC3: hue angle of 234.55º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #979BC3 is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB151155195-
CMYK0.230.2100.24
HSL234.55º26.83%67.84%-
HSV(B)234.55º22.56%76.47%-
XYZ34.3333.9656.38-
YUV158.36148.67122.75-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.14%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 195 (76.56% from 255) = 38.92%
R=30.14%
G=30.94%
B=38.92%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1511551950.230.2100.24234.5526.8367.84
Hex979BC31715018eb1b44
Octal227233303272503035333104
Binary100101111001101111000011101111010101100011101011110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,155,195); }

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

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

 a { background-color: rgb(151,155,195); }

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

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

 span { border-color: rgb(151,155,195); }

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