Html Css Color HEX #979ED6 Portage

📋 copy color: '#979ED6'

red 151 ◦ green 158 ◦ blue 214

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

Shades of Portage #979ED6

Tints of Portage #979ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 40.92%

R = 28.87%
G = 30.21%
B = 40.92%

CMYK

 C value IS 0.29

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#979ED6 (or 0x979ED6) is known color: Portage. HEX triplet: 97, 9E and D6. RGB value is (151,158,214). Sum of RGB (Red+Green+Blue) = 151+158+214=523 (69% of max value = 765). Red value is 151 (59.38% from 255 or 28.87% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #979ED6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979ED6 is #686129. Grayscale: #A2A2A2. Windows color (decimal): -6840618 or 14065303. OLE color: 14065303.

HSL color Cylindrical-coordinate representation of color #979ED6: hue angle of 233.33º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #979ED6 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 151 158 214 -
CMYK 0.29 0.26 0 0.16
HSL 233.33º 0.43% 0.72% -
HSV(B) 233.33º 0.29% 0.84% -
XYZ 37.13 35.89 68.59 -
YUV 162.29 157.18 119.95 -
System Red Green Blue C M Y K H S L
Decimal 151 158 214 0.29 0.26 0 0.16 233.33 0.43 0.72
Hex 97 9E D6 1D 1A 0 10 E9 2B 48
Octal 227 236 326 35 32 0 20 351 53 110
Binary 10010111 10011110 11010110 11101 11010 0 10000 11101001 101011 1001000

Color Harmonies of #979ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979ED6

Black with #979ED6

Text Example


Text Example

White with #979ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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