Html Css Color HEX #979ED7 Portage

📋 copy color: '#979ED7'

red 151 ◦ green 158 ◦ blue 215

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

Shades of Portage #979ED7

Tints of Portage #979ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.03%

R = 28.82%
G = 30.15%
B = 41.03%

CMYK

 C value IS 0.30

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#979ED7 (or 0x979ED7) is known color: Portage. HEX triplet: 97, 9E and D7. RGB value is (151,158,215). Sum of RGB (Red+Green+Blue) = 151+158+215=524 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.82% from 524); Green value is 158 (62.11% from 255 or 30.15% from 524); Blue value is 215 (84.38% from 255 or 41.03% from 524); Max value from RGB is 215 - color contains mainly: blue. Hex color #979ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ED7 is #686128. Grayscale: #A2A2A2. Windows color (decimal): -6840617 or 14130839. OLE color: 14130839.

HSL color Cylindrical-coordinate representation of color #979ED7: hue angle of 233.44º degrees, saturation: 0.44, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #979ED7 is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 158 215 -
CMYK 0.30 0.27 0 0.16
HSL 233.44º 0.44% 0.72% -
HSV(B) 233.44º 0.3% 0.84% -
XYZ 37.26 35.94 69.26 -
YUV 162.41 157.68 119.87 -
System Red Green Blue C M Y K H S L
Decimal 151 158 215 0.30 0.27 0 0.16 233.44 0.44 0.72
Hex 97 9E D7 1E 1B 0 10 E9 2C 48
Octal 227 236 327 36 33 0 20 351 54 110
Binary 10010111 10011110 11010111 11110 11011 0 10000 11101001 101100 1001000

Color Harmonies of #979ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ED7

Black with #979ED7

Text Example


Text Example

White with #979ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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