Html Css Color HEX #979FFA Portage

📋 copy color: '#979FFA'

red 151 ◦ green 159 ◦ blue 250

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

Shades of Portage #979FFA

Tints of Portage #979FFA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 28.39%

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 26.96%
G = 28.39%
B = 44.64%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#979FFA (or 0x979FFA) is known color: Portage. HEX triplet: 97, 9F and FA. RGB value is (151,159,250). Sum of RGB (Red+Green+Blue) = 151+159+250=560 (74% of max value = 765). Red value is 151 (59.38% from 255 or 26.96% from 560); Green value is 159 (62.5% from 255 or 28.39% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #979FFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FFA is #686005. Grayscale: #A6A6A6. Windows color (decimal): -6840326 or 16424855. OLE color: 16424855.

HSL color Cylindrical-coordinate representation of color #979FFA: hue angle of 235.15º degrees, saturation: 0.91, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #979FFA is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 159 250 -
CMYK 0.40 0.36 0 0.02
HSL 235.15º 0.91% 0.79% -
HSV(B) 235.15º 0.4% 0.98% -
XYZ 42.42 38.28 95.6 -
YUV 166.98 174.85 116.6 -
System Red Green Blue C M Y K H S L
Decimal 151 159 250 0.40 0.36 0 0.02 235.15 0.91 0.79
Hex 97 9F FA 28 24 0 2 EB 5B 4F
Octal 227 237 372 50 44 0 2 353 133 117
Binary 10010111 10011111 11111010 101000 100100 0 10 11101011 1011011 1001111

Color Harmonies of #979FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FFA

Black with #979FFA

Text Example


Text Example

White with #979FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,250); }

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

background-color css

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

 a { background-color: rgb(151,159,250); }

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

border-color css

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

 span { border-color: rgb(151,159,250); }

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