Html Css Color HEX #979AE4 Portage

📋 copy color: '#979AE4'

red 151 ◦ green 154 ◦ blue 228

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

Shades of Portage #979AE4

Tints of Portage #979AE4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.89%

 BLUE value IS 228 (89.45% from 255) = 42.78%

R = 28.33%
G = 28.89%
B = 42.78%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#979AE4 (or 0x979AE4) is known color: Portage. HEX triplet: 97, 9A and E4. RGB value is (151,154,228). Sum of RGB (Red+Green+Blue) = 151+154+228=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 228 (89.45% from 255 or 42.78% from 533); Max value from RGB is 228 - color contains mainly: blue. Hex color #979AE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979AE4 is #68651B. Grayscale: #A1A1A1. Windows color (decimal): -6841628 or 14981783. OLE color: 14981783.

HSL color Cylindrical-coordinate representation of color #979AE4: hue angle of 237.66º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #979AE4 is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 151 154 228 -
CMYK 0.34 0.32 0 0.11
HSL 237.66º 0.59% 0.74% -
HSV(B) 237.66º 0.34% 0.89% -
XYZ 38.32 35.29 78.19 -
YUV 161.54 165.51 120.48 -
System Red Green Blue C M Y K H S L
Decimal 151 154 228 0.34 0.32 0 0.11 237.66 0.59 0.74
Hex 97 9A E4 22 20 0 B EE 3B 4A
Octal 227 232 344 42 40 0 13 356 73 112
Binary 10010111 10011010 11100100 100010 100000 0 1011 11101110 111011 1001010

Color Harmonies of #979AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979AE4

Black with #979AE4

Text Example


Text Example

White with #979AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,154,228); }

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

background-color css

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

 a { background-color: rgb(151,154,228); }

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

border-color css

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

 span { border-color: rgb(151,154,228); }

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