Html Css Color HEX #979AFE Portage

📋 copy color: '#979AFE'

red 151 ◦ green 154 ◦ blue 254

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

Shades of Portage #979AFE

Tints of Portage #979AFE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.55%

 BLUE value IS 254 (99.61% from 255) = 45.44%

R = 27.01%
G = 27.55%
B = 45.44%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#979AFE (or 0x979AFE) is known color: Portage. HEX triplet: 97, 9A and FE. RGB value is (151,154,254). Sum of RGB (Red+Green+Blue) = 151+154+254=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #979AFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979AFE is #686501. Grayscale: #A4A4A4. Windows color (decimal): -6841602 or 16685719. OLE color: 16685719.

HSL color Cylindrical-coordinate representation of color #979AFE: hue angle of 238.25º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #979AFE is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 151 154 254 -
CMYK 0.41 0.39 0 0.00
HSL 238.25º 0.98% 0.79% -
HSV(B) 238.25º 0.41% 1% -
XYZ 42.21 36.85 98.65 -
YUV 164.5 178.51 118.37 -
System Red Green Blue C M Y K H S L
Decimal 151 154 254 0.41 0.39 0 0.00 238.25 0.98 0.79
Hex 97 9A FE 29 27 0 0 EE 62 4F
Octal 227 232 376 51 47 0 0 356 142 117
Binary 10010111 10011010 11111110 101001 100111 0 0 11101110 1100010 1001111

Color Harmonies of #979AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AFE

Black with #979AFE

Text Example


Text Example

White with #979AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,254); }

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

background-color css

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

 a { background-color: rgb(151,154,254); }

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

border-color css

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

 span { border-color: rgb(151,154,254); }

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