#978FE2

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

Shades of Blue Bell #978FE2

Tints of Blue Bell #978FE2

Color information

#978FE2 (or 0x978FE2) is unknown color: approx Blue Bell. HEX triplet: 97, 8F and E2. RGB value is (151,143,226). Sum of RGB (Red+Green+Blue) = 151+143+226=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 226 (88.67% from 255 or 43.46% from 520); Max value from RGB is 226 - color contains mainly: blue. Hex color #978FE2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978FE2 is #68701D. Grayscale: #9A9A9A. Windows color (decimal): -6844446 or 14847895. OLE color: 14847895.

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

Color convert

RGB151143226-
CMYK0.330.3700.11
HSL245.78º58.87%72.35%-
HSV(B)245.78º36.73%88.63%-
XYZ36.3131.7276.16-
YUV154.85168.15125.25-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 143 (56.25% from 255) = 27.5%
BLUE value IS 226 (88.67% from 255) = 43.46%
R=29.04%
G=27.5%
B=43.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1511432260.330.3700.11245.7858.8772.35
Hex978FE221250Bf63b48
Octal227217342414501336673110
Binary10010111100011111110001010000110010101011111101101110111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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