#978DE4

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

Shades of Blue Bell #978DE4

Tints of Blue Bell #978DE4

Color information

#978DE4 (or 0x978DE4) is unknown color: approx Blue Bell. HEX triplet: 97, 8D and E4. RGB value is (151,141,228). Sum of RGB (Red+Green+Blue) = 151+141+228=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 141 (55.47% from 255 or 27.12% from 520); Blue value is 228 (89.45% from 255 or 43.85% from 520); Max value from RGB is 228 - color contains mainly: blue. Hex color #978DE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978DE4 is #68721B. Grayscale: #999999. Windows color (decimal): -6844956 or 14978455. OLE color: 14978455.

HSL color Cylindrical-coordinate representation of color #978DE4: hue angle of 246.9º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #978DE4 is Cyan = 0.34, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB151141228-
CMYK0.340.3800.11
HSL246.9º61.7%72.35%-
HSV(B)246.9º38.16%89.41%-
XYZ36.2931.2377.51-
YUV153.91169.81125.93-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 141 (55.47% from 255) = 27.12%
BLUE value IS 228 (89.45% from 255) = 43.85%
R=29.04%
G=27.12%
B=43.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511412280.340.3800.11246.961.772.35
Hex978DE422260Bf73e48
Octal227215344424601336776110
Binary10010111100011011110010010001010011001011111101111111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,141,228); }

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

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

 a { background-color: rgb(151,141,228); }

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

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

 span { border-color: rgb(151,141,228); }

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