Html Css Color HEX #979EF4 Portage

📋 copy color: '#979EF4'

red 151 ◦ green 158 ◦ blue 244

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

Shades of Portage #979EF4

Tints of Portage #979EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 44.12%

R = 27.31%
G = 28.57%
B = 44.12%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#979EF4 (or 0x979EF4) is known color: Portage. HEX triplet: 97, 9E and F4. RGB value is (151,158,244). Sum of RGB (Red+Green+Blue) = 151+158+244=553 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.31% from 553); Green value is 158 (62.11% from 255 or 28.57% from 553); Blue value is 244 (95.70% from 255 or 44.12% from 553); Max value from RGB is 244 - color contains mainly: blue. Hex color #979EF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EF4 is #68610B. Grayscale: #A5A5A5. Windows color (decimal): -6840588 or 16031383. OLE color: 16031383.

HSL color Cylindrical-coordinate representation of color #979EF4: hue angle of 235.48º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979EF4 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 158 244 -
CMYK 0.38 0.35 0 0.04
HSL 235.48º 0.81% 0.77% -
HSV(B) 235.48º 0.38% 0.96% -
XYZ 41.32 37.56 90.66 -
YUV 165.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 151 158 244 0.38 0.35 0 0.04 235.48 0.81 0.77
Hex 97 9E F4 26 23 0 4 EB 51 4D
Octal 227 236 364 46 43 0 4 353 121 115
Binary 10010111 10011110 11110100 100110 100011 0 100 11101011 1010001 1001101

Color Harmonies of #979EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EF4

Black with #979EF4

Text Example


Text Example

White with #979EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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