#979CD0

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

Shades of Blue Bell #979CD0

Tints of Blue Bell #979CD0

Color information

#979CD0 (or 0x979CD0) is unknown color: approx Blue Bell. HEX triplet: 97, 9C and D0. RGB value is (151,156,208). Sum of RGB (Red+Green+Blue) = 151+156+208=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 156 (61.33% from 255 or 30.29% from 515); Blue value is 208 (81.64% from 255 or 40.39% from 515); Max value from RGB is 208 - color contains mainly: blue. Hex color #979CD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979CD0 is #68632F. Grayscale: #A0A0A0. Windows color (decimal): -6841136 or 13671575. OLE color: 13671575.

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

Color convert

RGB151156208-
CMYK0.270.2500.18
HSL234.74º37.75%70.39%-
HSV(B)234.74º27.4%81.57%-
XYZ36.0434.9164.51-
YUV160.43154.84121.27-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 29.32%
GREEN value IS 156 (61.33% from 255) = 30.29%
BLUE value IS 208 (81.64% from 255) = 40.39%
R=29.32%
G=30.29%
B=40.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1511562080.270.2500.18234.7437.7570.39
Hex979CD01B19012eb2646
Octal227234320333102235346106
Binary1001011110011100110100001101111001010010111010111001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #979CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(151,156,208); }

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

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

 a { background-color: rgb(151,156,208); }

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

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

 span { border-color: rgb(151,156,208); }

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