Html Css Color HEX #979DF4 Portage

📋 copy color: '#979DF4'

red 151 ◦ green 157 ◦ blue 244

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

Shades of Portage #979DF4

Tints of Portage #979DF4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 28.44%

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

R = 27.36%
G = 28.44%
B = 44.2%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#979DF4 (or 0x979DF4) is known color: Portage. HEX triplet: 97, 9D and F4. RGB value is (151,157,244). Sum of RGB (Red+Green+Blue) = 151+157+244=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 157 (61.72% from 255 or 28.44% from 552); Blue value is 244 (95.70% from 255 or 44.20% from 552); Max value from RGB is 244 - color contains mainly: blue. Hex color #979DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DF4 is #68620B. Grayscale: #A4A4A4. Windows color (decimal): -6840844 or 16031127. OLE color: 16031127.

HSL color Cylindrical-coordinate representation of color #979DF4: hue angle of 236.13º 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 #979DF4 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 157 244 -
CMYK 0.38 0.36 0 0.04
HSL 236.13º 0.81% 0.77% -
HSV(B) 236.13º 0.38% 0.96% -
XYZ 41.15 37.22 90.6 -
YUV 165.12 172.51 117.93 -
System Red Green Blue C M Y K H S L
Decimal 151 157 244 0.38 0.36 0 0.04 236.13 0.81 0.77
Hex 97 9D F4 26 24 0 4 EC 51 4D
Octal 227 235 364 46 44 0 4 354 121 115
Binary 10010111 10011101 11110100 100110 100100 0 100 11101100 1010001 1001101

Color Harmonies of #979DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DF4

Black with #979DF4

Text Example


Text Example

White with #979DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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