#978CEB

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

Shades of Blue Bell #978CEB

Tints of Blue Bell #978CEB

Color information

#978CEB (or 0x978CEB) is unknown color: approx Blue Bell. HEX triplet: 97, 8C and EB. RGB value is (151,140,235). Sum of RGB (Red+Green+Blue) = 151+140+235=526 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.71% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 235 (92.19% from 255 or 44.68% from 526); Max value from RGB is 235 - color contains mainly: blue. Hex color #978CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #978CEB is #687314. Grayscale: #999999. Windows color (decimal): -6845205 or 15436951. OLE color: 15436951.

HSL color Cylindrical-coordinate representation of color #978CEB: hue angle of 246.95º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #978CEB is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB151140235-
CMYK0.360.4000.08
HSL246.95º70.37%73.53%-
HSV(B)246.95º40.43%92.16%-
XYZ37.1431.3382.69-
YUV154.12173.64125.78-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 28.71%
GREEN value IS 140 (55.08% from 255) = 26.62%
BLUE value IS 235 (92.19% from 255) = 44.68%
R=28.71%
G=26.62%
B=44.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1511402350.360.4000.08246.9570.3773.53
Hex978CEB242808f7464a
Octal2272143534450010367106112
Binary100101111000110011101011100100101000010001111011110001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,140,235); }

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

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

 a { background-color: rgb(151,140,235); }

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

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

 span { border-color: rgb(151,140,235); }

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