Html Css Color HEX #979EEC Portage

📋 copy color: '#979EEC'

red 151 ◦ green 158 ◦ blue 236

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

Shades of Portage #979EEC

Tints of Portage #979EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 27.71%
G = 28.99%
B = 43.3%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#979EEC (or 0x979EEC) is known color: Portage. HEX triplet: 97, 9E and EC. RGB value is (151,158,236). Sum of RGB (Red+Green+Blue) = 151+158+236=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 158 (62.11% from 255 or 28.99% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #979EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EEC is #686113. Grayscale: #A4A4A4. Windows color (decimal): -6840596 or 15507095. OLE color: 15507095.

HSL color Cylindrical-coordinate representation of color #979EEC: hue angle of 235.06º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979EEC is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 151 158 236 -
CMYK 0.36 0.33 0 0.07
HSL 235.06º 0.69% 0.76% -
HSV(B) 235.06º 0.36% 0.93% -
XYZ 40.13 37.09 84.4 -
YUV 164.8 168.18 118.16 -
System Red Green Blue C M Y K H S L
Decimal 151 158 236 0.36 0.33 0 0.07 235.06 0.69 0.76
Hex 97 9E EC 24 21 0 7 EB 45 4C
Octal 227 236 354 44 41 0 7 353 105 114
Binary 10010111 10011110 11101100 100100 100001 0 111 11101011 1000101 1001100

Color Harmonies of #979EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EEC

Black with #979EEC

Text Example


Text Example

White with #979EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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