#978CE0

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

Shades of Blue Bell #978CE0

Tints of Blue Bell #978CE0

Color information

#978CE0 (or 0x978CE0) is unknown color: approx Blue Bell. HEX triplet: 97, 8C and E0. RGB value is (151,140,224). Sum of RGB (Red+Green+Blue) = 151+140+224=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 140 (55.08% from 255 or 27.18% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #978CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978CE0 is #68731F. Grayscale: #989898. Windows color (decimal): -6845216 or 14716055. OLE color: 14716055.

HSL color Cylindrical-coordinate representation of color #978CE0: hue angle of 247.86º degrees, saturation: 0.58, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978CE0 is Cyan = 0.33, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB151140224-
CMYK0.330.3800.12
HSL247.86º57.53%71.37%-
HSV(B)247.86º37.5%87.84%-
XYZ35.630.7274.57-
YUV152.86168.14126.67-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 140 (55.08% from 255) = 27.18%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=29.32%
G=27.18%
B=43.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1511402240.330.3800.12247.8657.5371.37
Hex978CE021260Cf83a47
Octal227214340414601437072107
Binary10010111100011001110000010000110011001100111110001110101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,224); }

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

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

 a { background-color: rgb(151,140,224); }

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

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

 span { border-color: rgb(151,140,224); }

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