#978BE6

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

Shades of Blue Bell #978BE6

Tints of Blue Bell #978BE6

Color information

#978BE6 (or 0x978BE6) is unknown color: approx Blue Bell. HEX triplet: 97, 8B and E6. RGB value is (151,139,230). Sum of RGB (Red+Green+Blue) = 151+139+230=520 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.04% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 230 (90.23% from 255 or 44.23% from 520); Max value from RGB is 230 - color contains mainly: blue. Hex color #978BE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978BE6 is #687419. Grayscale: #989898. Windows color (decimal): -6845466 or 15109015. OLE color: 15109015.

HSL color Cylindrical-coordinate representation of color #978BE6: hue angle of 247.91º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978BE6 is Cyan = 0.34, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB151139230-
CMYK0.340.4000.10
HSL247.91º64.54%72.35%-
HSV(B)247.91º39.57%90.2%-
XYZ36.2830.7678.89-
YUV152.96171.48126.6-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.04%
GREEN value IS 139 (54.69% from 255) = 26.73%
BLUE value IS 230 (90.23% from 255) = 44.23%
R=29.04%
G=26.73%
B=44.23%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1511392300.340.4000.10247.9164.5472.35
Hex978BE622280Af84148
Octal2272133464250012370101110
Binary100101111000101111100110100010101000010101111100010000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,139,230); }

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

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

 a { background-color: rgb(151,139,230); }

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

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

 span { border-color: rgb(151,139,230); }

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