Html Css Color HEX #979EF1 Portage

📋 copy color: '#979EF1'

red 151 ◦ green 158 ◦ blue 241

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

Shades of Portage #979EF1

Tints of Portage #979EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 43.82%

R = 27.45%
G = 28.73%
B = 43.82%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#979EF1 (or 0x979EF1) is known color: Portage. HEX triplet: 97, 9E and F1. RGB value is (151,158,241). Sum of RGB (Red+Green+Blue) = 151+158+241=550 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.45% from 550); Green value is 158 (62.11% from 255 or 28.73% from 550); Blue value is 241 (94.53% from 255 or 43.82% from 550); Max value from RGB is 241 - color contains mainly: blue. Hex color #979EF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EF1 is #68610E. Grayscale: #A5A5A5. Windows color (decimal): -6840591 or 15834775. OLE color: 15834775.

HSL color Cylindrical-coordinate representation of color #979EF1: hue angle of 235.33º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979EF1 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 158 241 -
CMYK 0.37 0.34 0 0.05
HSL 235.33º 0.76% 0.77% -
HSV(B) 235.33º 0.37% 0.95% -
XYZ 40.87 37.38 88.28 -
YUV 165.37 170.68 117.75 -
System Red Green Blue C M Y K H S L
Decimal 151 158 241 0.37 0.34 0 0.05 235.33 0.76 0.77
Hex 97 9E F1 25 22 0 5 EB 4C 4D
Octal 227 236 361 45 42 0 5 353 114 115
Binary 10010111 10011110 11110001 100101 100010 0 101 11101011 1001100 1001101

Color Harmonies of #979EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EF1

Black with #979EF1

Text Example


Text Example

White with #979EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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