#978BCE

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

Shades of Blue Bell #978BCE

Tints of Blue Bell #978BCE

Color information

#978BCE (or 0x978BCE) is unknown color: approx Blue Bell. HEX triplet: 97, 8B and CE. RGB value is (151,139,206). Sum of RGB (Red+Green+Blue) = 151+139+206=496 (65% of max value = 765). Red value is 151 (59.38% from 255 or 30.44% from 496); Green value is 139 (54.69% from 255 or 28.02% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 206 - color contains mainly: blue. Hex color #978BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #978BCE is #687431. Grayscale: #959595. Windows color (decimal): -6845490 or 13536151. OLE color: 13536151.

HSL color Cylindrical-coordinate representation of color #978BCE: hue angle of 250.75º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #978BCE is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB151139206-
CMYK0.270.3300.19
HSL250.75º40.61%67.65%-
HSV(B)250.75º32.52%80.78%-
XYZ33.1429.562.34-
YUV150.23159.48128.55-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 30.44%
GREEN value IS 139 (54.69% from 255) = 28.02%
BLUE value IS 206 (80.86% from 255) = 41.53%
R=30.44%
G=28.02%
B=41.53%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511392060.270.3300.19250.7540.6167.65
Hex978BCE1B21013fb2944
Octal227213316334102337351104
Binary10010111100010111100111011011100001010011111110111010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #978BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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