Html Css Color HEX #979FCC Blue Bell

📋 copy color: '#979FCC'

red 151 ◦ green 159 ◦ blue 204

#979FCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Bell #979FCC

Tints of Blue Bell #979FCC

RGB

 RED value IS 151 (59.38% from 255) = 29.38%

 GREEN value IS 159 (62.5% from 255) = 30.93%

 BLUE value IS 204 (80.08% from 255) = 39.69%

R = 29.38%
G = 30.93%
B = 39.69%

CMYK

 C value IS 0.26

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#979FCC (or 0x979FCC) is known color: Blue Bell. HEX triplet: 97, 9F and CC. RGB value is (151,159,204). Sum of RGB (Red+Green+Blue) = 151+159+204=514 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.38% from 514); Green value is 159 (62.5% from 255 or 30.93% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #979FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FCC is #686033. Grayscale: #A1A1A1. Windows color (decimal): -6840372 or 13410199. OLE color: 13410199.

HSL color Cylindrical-coordinate representation of color #979FCC: hue angle of 230.94º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #979FCC is Cyan = 0.26, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 151 159 204 -
CMYK 0.26 0.22 0 0.2
HSL 230.94º 0.34% 0.7% -
HSV(B) 230.94º 0.26% 0.8% -
XYZ 36.06 35.74 62.12 -
YUV 161.74 151.85 120.34 -
System Red Green Blue C M Y K H S L
Decimal 151 159 204 0.26 0.22 0 0.2 230.94 0.34 0.7
Hex 97 9F CC 1A 16 0 14 E7 22 46
Octal 227 237 314 32 26 0 24 347 42 106
Binary 10010111 10011111 11001100 11010 10110 0 10100 11100111 100010 1000110

Color Harmonies of #979FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FCC

Black with #979FCC

Text Example


Text Example

White with #979FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #979FCC;
 }
 .AnyTagClassName
 {
   color: #979FCC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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