#979DBE

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

Shades of Blue Bell #979DBE

Tints of Blue Bell #979DBE

Color information

#979DBE (or 0x979DBE) is unknown color: approx Blue Bell. HEX triplet: 97, 9D and BE. RGB value is (151,157,190). Sum of RGB (Red+Green+Blue) = 151+157+190=498 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.32% from 498); Green value is 157 (61.72% from 255 or 31.53% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #979DBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DBE is #686241. Grayscale: #9E9E9E. Windows color (decimal): -6840898 or 12492183. OLE color: 12492183.

HSL color Cylindrical-coordinate representation of color #979DBE: hue angle of 230.77º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #979DBE is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB151157190-
CMYK0.210.1700.25
HSL230.77º23.08%66.86%-
HSV(B)230.77º20.53%74.51%-
XYZ34.1134.4153.56-
YUV158.97145.51122.32-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.32%
GREEN value IS 157 (61.72% from 255) = 31.53%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=30.32%
G=31.53%
B=38.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1511571900.210.1700.25230.7723.0866.86
Hex979DBE1511019e71743
Octal227235276252103134727103
Binary100101111001110110111110101011000101100111100111101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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