#979ECF

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

Shades of Blue Bell #979ECF

Tints of Blue Bell #979ECF

Color information

#979ECF (or 0x979ECF) is unknown color: approx Blue Bell. HEX triplet: 97, 9E and CF. RGB value is (151,158,207). Sum of RGB (Red+Green+Blue) = 151+158+207=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #979ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ECF is #686130. Grayscale: #A1A1A1. Windows color (decimal): -6840625 or 13606551. OLE color: 13606551.

HSL color Cylindrical-coordinate representation of color #979ECF: hue angle of 232.5º degrees, saturation: 0.37, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #979ECF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151158207-
CMYK0.270.2400.19
HSL232.5º36.84%70.2%-
HSV(B)232.5º27.05%81.18%-
XYZ36.2535.5463.98-
YUV161.49153.68120.52-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.26%
GREEN value IS 158 (62.11% from 255) = 30.62%
BLUE value IS 207 (81.25% from 255) = 40.12%
R=29.26%
G=30.62%
B=40.12%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511582070.270.2400.19232.536.8470.2
Hex979ECF1B18013e82546
Octal227236317333002335045106
Binary1001011110011110110011111101111000010011111010001001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,158,207); }

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

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

 a { background-color: rgb(151,158,207); }

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

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

 span { border-color: rgb(151,158,207); }

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