#979BCE

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

Shades of Blue Bell #979BCE

Tints of Blue Bell #979BCE

Color information

#979BCE (or 0x979BCE) is unknown color: approx Blue Bell. HEX triplet: 97, 9B and CE. RGB value is (151,155,206). Sum of RGB (Red+Green+Blue) = 151+155+206=512 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.49% from 512); Green value is 155 (60.94% from 255 or 30.27% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #979BCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979BCE is #686431. Grayscale: #9F9F9F. Windows color (decimal): -6841394 or 13540247. OLE color: 13540247.

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

Color convert

RGB151155206-
CMYK0.270.2500.19
HSL235.64º35.95%70%-
HSV(B)235.64º26.7%80.78%-
XYZ35.6234.4863.17-
YUV159.62154.17121.85-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.49%
GREEN value IS 155 (60.94% from 255) = 30.27%
BLUE value IS 206 (80.86% from 255) = 40.23%
R=29.49%
G=30.27%
B=40.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1511552060.270.2500.19235.6435.9570
Hex979BCE1B19013ec2446
Octal227233316333102335444106
Binary1001011110011011110011101101111001010011111011001001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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