Html Css Color HEX #979ECF Blue Bell

📋 copy color: '#979ECF'

red 151 ◦ green 158 ◦ blue 207

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

Shades of Blue Bell #979ECF

Tints of Blue Bell #979ECF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 30.62%

 BLUE value IS 207 (81.25% from 255) = 40.12%

R = 29.26%
G = 30.62%
B = 40.12%

CMYK

 C value IS 0.27

 M value IS 0.24

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#979ECF (or 0x979ECF) is known color: Blue Bell. HEX triplet: 97, 9E and CF. RGB value is (151,158,207). Sum of RGB (Red+Green+Blue) = 151+158+207=516 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.26% from 516); Green value is 158 (62.11% from 255 or 30.62% from 516); Blue value is 207 (81.25% from 255 or 40.12% from 516); Max value from RGB is 207 - color contains mainly: blue. Hex color #979ECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ECF is #686130. Grayscale: #A1A1A1. Windows color (decimal): -6840625 or 13606551. OLE color: 13606551.

HSL color Cylindrical-coordinate representation of color #979ECF: hue angle of 232.5º degrees, saturation: 0.37, 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 #979ECF is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 158 207 -
CMYK 0.27 0.24 0 0.19
HSL 232.5º 0.37% 0.7% -
HSV(B) 232.5º 0.27% 0.81% -
XYZ 36.25 35.54 63.98 -
YUV 161.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 151 158 207 0.27 0.24 0 0.19 232.5 0.37 0.7
Hex 97 9E CF 1B 18 0 13 E8 25 46
Octal 227 236 317 33 30 0 23 350 45 106
Binary 10010111 10011110 11001111 11011 11000 0 10011 11101000 100101 1000110

Color Harmonies of #979ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ECF

Black with #979ECF

Text Example


Text Example

White with #979ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,207); }

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

background-color css

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

 a { background-color: rgb(151,158,207); }

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

border-color css

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

 span { border-color: rgb(151,158,207); }

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