Html Css Color HEX #979FF9 Portage

📋 copy color: '#979FF9'

red 151 ◦ green 159 ◦ blue 249

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

Shades of Portage #979FF9

Tints of Portage #979FF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 44.54%

R = 27.01%
G = 28.44%
B = 44.54%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#979FF9 (or 0x979FF9) is known color: Portage. HEX triplet: 97, 9F and F9. RGB value is (151,159,249). Sum of RGB (Red+Green+Blue) = 151+159+249=559 (74% of max value = 765). Red value is 151 (59.38% from 255 or 27.01% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 249 (97.66% from 255 or 44.54% from 559); Max value from RGB is 249 - color contains mainly: blue. Hex color #979FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FF9 is #686006. Grayscale: #A6A6A6. Windows color (decimal): -6840327 or 16359319. OLE color: 16359319.

HSL color Cylindrical-coordinate representation of color #979FF9: hue angle of 235.1º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #979FF9 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 151 159 249 -
CMYK 0.39 0.36 0 0.02
HSL 235.1º 0.89% 0.78% -
HSV(B) 235.1º 0.39% 0.98% -
XYZ 42.26 38.22 94.77 -
YUV 166.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 151 159 249 0.39 0.36 0 0.02 235.1 0.89 0.78
Hex 97 9F F9 27 24 0 2 EB 59 4E
Octal 227 237 371 47 44 0 2 353 131 116
Binary 10010111 10011111 11111001 100111 100100 0 10 11101011 1011001 1001110

Color Harmonies of #979FF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FF9

Black with #979FF9

Text Example


Text Example

White with #979FF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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