#978ECC

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

Shades of Blue Bell #978ECC

Tints of Blue Bell #978ECC

Color information

#978ECC (or 0x978ECC) is unknown color: approx Blue Bell. HEX triplet: 97, 8E and CC. RGB value is (151,142,204). Sum of RGB (Red+Green+Blue) = 151+142+204=497 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.38% from 497); Green value is 142 (55.86% from 255 or 28.57% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #978ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978ECC is #687133. Grayscale: #979797. Windows color (decimal): -6844724 or 13405847. OLE color: 13405847.

HSL color Cylindrical-coordinate representation of color #978ECC: hue angle of 248.71º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #978ECC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB151142204-
CMYK0.260.3000.2
HSL248.71º37.8%67.84%-
HSV(B)248.71º30.39%80%-
XYZ33.3330.2861.22-
YUV151.76157.48127.46-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.38%
GREEN value IS 142 (55.86% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 41.05%
R=30.38%
G=28.57%
B=41.05%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1511422040.260.3000.2248.7137.867.84
Hex978ECC1A1E014f92644
Octal227216314323602437146104
Binary1001011110001110110011001101011110010100111110011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #978ECC; }

 p { color: rgb(151,142,204); }

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

<style>
 a { background-color: #978ECC; }

 a { background-color: rgb(151,142,204); }

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

<style>
 span { border-color: #978ECC; }

 span { border-color: rgb(151,142,204); }

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