Html Css Color HEX #979DE5 Portage

📋 copy color: '#979DE5'

red 151 ◦ green 157 ◦ blue 229

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

Shades of Portage #979DE5

Tints of Portage #979DE5

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.24%

 BLUE value IS 229 (89.84% from 255) = 42.64%

R = 28.12%
G = 29.24%
B = 42.64%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#979DE5 (or 0x979DE5) is known color: Portage. HEX triplet: 97, 9D and E5. RGB value is (151,157,229). Sum of RGB (Red+Green+Blue) = 151+157+229=537 (71% of max value = 765). Red value is 151 (59.38% from 255 or 28.12% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #979DE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979DE5 is #68621A. Grayscale: #A3A3A3. Windows color (decimal): -6840859 or 15048087. OLE color: 15048087.

HSL color Cylindrical-coordinate representation of color #979DE5: hue angle of 235.38º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979DE5 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 151 157 229 -
CMYK 0.34 0.31 0 0.10
HSL 235.38º 0.6% 0.75% -
HSV(B) 235.38º 0.34% 0.9% -
XYZ 38.96 36.35 79.09 -
YUV 163.41 165.01 119.15 -
System Red Green Blue C M Y K H S L
Decimal 151 157 229 0.34 0.31 0 0.10 235.38 0.6 0.75
Hex 97 9D E5 22 1F 0 A EB 3C 4B
Octal 227 235 345 42 37 0 12 353 74 113
Binary 10010111 10011101 11100101 100010 11111 0 1010 11101011 111100 1001011

Color Harmonies of #979DE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DE5

Black with #979DE5

Text Example


Text Example

White with #979DE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,157,229); }

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

background-color css

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

 a { background-color: rgb(151,157,229); }

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

border-color css

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

 span { border-color: rgb(151,157,229); }

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