Html Css Color HEX #979EE8 Portage

📋 copy color: '#979EE8'

red 151 ◦ green 158 ◦ blue 232

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

Shades of Portage #979EE8

Tints of Portage #979EE8

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.21%

 BLUE value IS 232 (91.02% from 255) = 42.88%

R = 27.91%
G = 29.21%
B = 42.88%

CMYK

 C value IS 0.35

 M value IS 0.32

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#979EE8 (or 0x979EE8) is known color: Portage. HEX triplet: 97, 9E and E8. RGB value is (151,158,232). Sum of RGB (Red+Green+Blue) = 151+158+232=541 (71% of max value = 765). Red value is 151 (59.38% from 255 or 27.91% from 541); Green value is 158 (62.11% from 255 or 29.21% from 541); Blue value is 232 (91.02% from 255 or 42.88% from 541); Max value from RGB is 232 - color contains mainly: blue. Hex color #979EE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979EE8 is #686117. Grayscale: #A4A4A4. Windows color (decimal): -6840600 or 15244951. OLE color: 15244951.

HSL color Cylindrical-coordinate representation of color #979EE8: hue angle of 234.81º degrees, saturation: 0.64, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #979EE8 is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 151 158 232 -
CMYK 0.35 0.32 0 0.09
HSL 234.81º 0.64% 0.75% -
HSV(B) 234.81º 0.35% 0.91% -
XYZ 39.55 36.86 81.37 -
YUV 164.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 151 158 232 0.35 0.32 0 0.09 234.81 0.64 0.75
Hex 97 9E E8 23 20 0 9 EB 40 4B
Octal 227 236 350 43 40 0 11 353 100 113
Binary 10010111 10011110 11101000 100011 100000 0 1001 11101011 1000000 1001011

Color Harmonies of #979EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979EE8

Black with #979EE8

Text Example


Text Example

White with #979EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,158,232); }

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

background-color css

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

 a { background-color: rgb(151,158,232); }

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

border-color css

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

 span { border-color: rgb(151,158,232); }

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