Html Css Color HEX #979FEF Portage

📋 copy color: '#979FEF'

red 151 ◦ green 159 ◦ blue 239

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

Shades of Portage #979FEF

Tints of Portage #979FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 27.5%
G = 28.96%
B = 43.53%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#979FEF (or 0x979FEF) is known color: Portage. HEX triplet: 97, 9F and EF. RGB value is (151,159,239). Sum of RGB (Red+Green+Blue) = 151+159+239=549 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.50% from 549); Green value is 159 (62.5% from 255 or 28.96% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #979FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FEF is #686010. Grayscale: #A5A5A5. Windows color (decimal): -6840337 or 15703959. OLE color: 15703959.

HSL color Cylindrical-coordinate representation of color #979FEF: hue angle of 234.55º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #979FEF is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 151 159 239 -
CMYK 0.37 0.33 0 0.06
HSL 234.55º 0.73% 0.76% -
HSV(B) 234.55º 0.37% 0.94% -
XYZ 40.74 37.61 86.77 -
YUV 165.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 151 159 239 0.37 0.33 0 0.06 234.55 0.73 0.76
Hex 97 9F EF 25 21 0 6 EB 49 4C
Octal 227 237 357 45 41 0 6 353 111 114
Binary 10010111 10011111 11101111 100101 100001 0 110 11101011 1001001 1001100

Color Harmonies of #979FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FEF

Black with #979FEF

Text Example


Text Example

White with #979FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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