#978AE2

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

Shades of Blue Bell #978AE2

Tints of Blue Bell #978AE2

Color information

#978AE2 (or 0x978AE2) is unknown color: approx Blue Bell. HEX triplet: 97, 8A and E2. RGB value is (151,138,226). Sum of RGB (Red+Green+Blue) = 151+138+226=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 138 (54.30% from 255 or 26.80% from 515); Blue value is 226 (88.67% from 255 or 43.88% from 515); Max value from RGB is 226 - color contains mainly: blue. Hex color #978AE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978AE2 is #68751D. Grayscale: #979797. Windows color (decimal): -6845726 or 14846615. OLE color: 14846615.

HSL color Cylindrical-coordinate representation of color #978AE2: hue angle of 248.86º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #978AE2 is Cyan = 0.33, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151138226-
CMYK0.330.3900.11
HSL248.86º60.27%71.37%-
HSV(B)248.86º38.94%88.63%-
XYZ35.5830.2575.91-
YUV151.92169.81127.34-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 138 (54.30% from 255) = 26.80%
BLUE value IS 226 (88.67% from 255) = 43.88%
R=29.32%
G=26.80%
B=43.88%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511382260.330.3900.11248.8660.2771.37
Hex978AE221270Bf93c47
Octal227212342414701337174107
Binary10010111100010101110001010000110011101011111110011111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,138,226); }

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

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

 a { background-color: rgb(151,138,226); }

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

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

 span { border-color: rgb(151,138,226); }

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