#979FC4

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

Shades of Blue Bell #979FC4

Tints of Blue Bell #979FC4

Color information

#979FC4 (or 0x979FC4) is unknown color: approx Blue Bell. HEX triplet: 97, 9F and C4. RGB value is (151,159,196). Sum of RGB (Red+Green+Blue) = 151+159+196=506 (67% of max value = 765). Red value is 151 (59.38% from 255 or 29.84% from 506); Green value is 159 (62.5% from 255 or 31.42% from 506); Blue value is 196 (76.95% from 255 or 38.74% from 506); Max value from RGB is 196 - color contains mainly: blue. Hex color #979FC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FC4 is #68603B. Grayscale: #A0A0A0. Windows color (decimal): -6840380 or 12885911. OLE color: 12885911.

HSL color Cylindrical-coordinate representation of color #979FC4: hue angle of 229.33º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #979FC4 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB151159196-
CMYK0.230.1900.23
HSL229.33º27.61%68.04%-
HSV(B)229.33º22.96%76.86%-
XYZ35.1235.3657.2-
YUV160.83147.85120.99-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.84%
GREEN value IS 159 (62.5% from 255) = 31.42%
BLUE value IS 196 (76.95% from 255) = 38.74%
R=29.84%
G=31.42%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1511591960.230.1900.23229.3327.6168.04
Hex979FC41713017e51c44
Octal227237304272302734534104
Binary100101111001111111000100101111001101011111100101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979FC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,159,196); }

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

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

 a { background-color: rgb(151,159,196); }

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

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

 span { border-color: rgb(151,159,196); }

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