Html Css Color HEX #979ECE Blue Bell

📋 copy color: '#979ECE'

red 151 ◦ green 158 ◦ blue 206

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

Shades of Blue Bell #979ECE

Tints of Blue Bell #979ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 40%

R = 29.32%
G = 30.68%
B = 40%

CMYK

 C value IS 0.27

 M value IS 0.23

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#979ECE (or 0x979ECE) is known color: Blue Bell. HEX triplet: 97, 9E and CE. RGB value is (151,158,206). Sum of RGB (Red+Green+Blue) = 151+158+206=515 (68% of max value = 765). Red value is 151 (59.38% from 255 or 29.32% from 515); Green value is 158 (62.11% from 255 or 30.68% from 515); Blue value is 206 (80.86% from 255 or 40% from 515); Max value from RGB is 206 - color contains mainly: blue. Hex color #979ECE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ECE is #686131. Grayscale: #A1A1A1. Windows color (decimal): -6840626 or 13541015. OLE color: 13541015.

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

Color convert

RGB 151 158 206 -
CMYK 0.27 0.23 0 0.19
HSL 232.36º 0.36% 0.7% -
HSV(B) 232.36º 0.27% 0.81% -
XYZ 36.13 35.49 63.34 -
YUV 161.38 153.18 120.6 -
System Red Green Blue C M Y K H S L
Decimal 151 158 206 0.27 0.23 0 0.19 232.36 0.36 0.7
Hex 97 9E CE 1B 17 0 13 E8 24 46
Octal 227 236 316 33 27 0 23 350 44 106
Binary 10010111 10011110 11001110 11011 10111 0 10011 11101000 100100 1000110

Color Harmonies of #979ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ECE

Black with #979ECE

Text Example


Text Example

White with #979ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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