#978EDE

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

Shades of Blue Bell #978EDE

Tints of Blue Bell #978EDE

Color information

#978EDE (or 0x978EDE) is unknown color: approx Blue Bell. HEX triplet: 97, 8E and DE. RGB value is (151,142,222). Sum of RGB (Red+Green+Blue) = 151+142+222=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 142 (55.86% from 255 or 27.57% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #978EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978EDE is #687121. Grayscale: #999999. Windows color (decimal): -6844706 or 14585495. OLE color: 14585495.

HSL color Cylindrical-coordinate representation of color #978EDE: hue angle of 246.75º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #978EDE is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB151142222-
CMYK0.320.3600.13
HSL246.75º54.79%71.37%-
HSV(B)246.75º36.04%87.06%-
XYZ35.6231.273.25-
YUV153.81166.48126-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 142 (55.86% from 255) = 27.57%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=29.32%
G=27.57%
B=43.11%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1511422220.320.3600.13246.7554.7971.37
Hex978EDE20240Df73747
Octal227216336404401536767107
Binary10010111100011101101111010000010010001101111101111101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978EDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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