Html Css Color HEX #979CF5 Portage

📋 copy color: '#979CF5'

red 151 ◦ green 156 ◦ blue 245

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

Shades of Portage #979CF5

Tints of Portage #979CF5

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.26%

 BLUE value IS 245 (96.09% from 255) = 44.38%

R = 27.36%
G = 28.26%
B = 44.38%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#979CF5 (or 0x979CF5) is known color: Portage. HEX triplet: 97, 9C and F5. RGB value is (151,156,245). Sum of RGB (Red+Green+Blue) = 151+156+245=552 (73% of max value = 765). Red value is 151 (59.38% from 255 or 27.36% from 552); Green value is 156 (61.33% from 255 or 28.26% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #979CF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979CF5 is #68630A. Grayscale: #A4A4A4. Windows color (decimal): -6841099 or 16096407. OLE color: 16096407.

HSL color Cylindrical-coordinate representation of color #979CF5: hue angle of 236.81º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979CF5 is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 151 156 245 -
CMYK 0.38 0.36 0 0.04
HSL 236.81º 0.82% 0.78% -
HSV(B) 236.81º 0.38% 0.96% -
XYZ 41.13 36.95 91.35 -
YUV 164.65 173.34 118.26 -
System Red Green Blue C M Y K H S L
Decimal 151 156 245 0.38 0.36 0 0.04 236.81 0.82 0.78
Hex 97 9C F5 26 24 0 4 ED 52 4E
Octal 227 234 365 46 44 0 4 355 122 116
Binary 10010111 10011100 11110101 100110 100100 0 100 11101101 1010010 1001110

Color Harmonies of #979CF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979CF5

Black with #979CF5

Text Example


Text Example

White with #979CF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,156,245); }

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

background-color css

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

 a { background-color: rgb(151,156,245); }

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

border-color css

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

 span { border-color: rgb(151,156,245); }

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