Html Css Color HEX #979FEB Portage

📋 copy color: '#979FEB'

red 151 ◦ green 159 ◦ blue 235

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

Shades of Portage #979FEB

Tints of Portage #979FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 43.12%

R = 27.71%
G = 29.17%
B = 43.12%

CMYK

 C value IS 0.36

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#979FEB (or 0x979FEB) is known color: Portage. HEX triplet: 97, 9F and EB. RGB value is (151,159,235). Sum of RGB (Red+Green+Blue) = 151+159+235=545 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.71% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #979FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979FEB is #686014. Grayscale: #A4A4A4. Windows color (decimal): -6840341 or 15441815. OLE color: 15441815.

HSL color Cylindrical-coordinate representation of color #979FEB: hue angle of 234.29º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #979FEB is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 151 159 235 -
CMYK 0.36 0.32 0 0.08
HSL 234.29º 0.68% 0.76% -
HSV(B) 234.29º 0.36% 0.92% -
XYZ 40.16 37.37 83.69 -
YUV 165.27 167.35 117.82 -
System Red Green Blue C M Y K H S L
Decimal 151 159 235 0.36 0.32 0 0.08 234.29 0.68 0.76
Hex 97 9F EB 24 20 0 8 EA 44 4C
Octal 227 237 353 44 40 0 10 352 104 114
Binary 10010111 10011111 11101011 100100 100000 0 1000 11101010 1000100 1001100

Color Harmonies of #979FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FEB

Black with #979FEB

Text Example


Text Example

White with #979FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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