Html Css Color HEX #979EF7 Portage

📋 copy color: '#979EF7'

red 151 ◦ green 158 ◦ blue 247

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

Shades of Portage #979EF7

Tints of Portage #979EF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 44.42%

R = 27.16%
G = 28.42%
B = 44.42%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#979EF7 (or 0x979EF7) is known color: Portage. HEX triplet: 97, 9E and F7. RGB value is (151,158,247). Sum of RGB (Red+Green+Blue) = 151+158+247=556 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.16% from 556); Green value is 158 (62.11% from 255 or 28.42% from 556); Blue value is 247 (96.88% from 255 or 44.42% from 556); Max value from RGB is 247 - color contains mainly: blue. Hex color #979EF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EF7 is #686108. Grayscale: #A5A5A5. Windows color (decimal): -6840585 or 16227991. OLE color: 16227991.

HSL color Cylindrical-coordinate representation of color #979EF7: hue angle of 235.62º degrees, saturation: 0.86, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #979EF7 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 151 158 247 -
CMYK 0.39 0.36 0 0.03
HSL 235.63º 0.86% 0.78% -
HSV(B) 235.63º 0.39% 0.97% -
XYZ 41.78 37.75 93.08 -
YUV 166.05 173.68 117.26 -
System Red Green Blue C M Y K H S L
Decimal 151 158 247 0.39 0.36 0 0.03 235.63 0.86 0.78
Hex 97 9E F7 27 24 0 3 EC 56 4E
Octal 227 236 367 47 44 0 3 354 126 116
Binary 10010111 10011110 11110111 100111 100100 0 11 11101100 1010110 1001110

Color Harmonies of #979EF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EF7

Black with #979EF7

Text Example


Text Example

White with #979EF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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