Html Css Color HEX #979DF3 Portage

📋 copy color: '#979DF3'

red 151 ◦ green 157 ◦ blue 243

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

Shades of Portage #979DF3

Tints of Portage #979DF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 27.4%
G = 28.49%
B = 44.1%

CMYK

 C value IS 0.38

 M value IS 0.35

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#979DF3 (or 0x979DF3) is known color: Portage. HEX triplet: 97, 9D and F3. RGB value is (151,157,243). Sum of RGB (Red+Green+Blue) = 151+157+243=551 (72% of max value = 765). Red value is 151 (59.38% from 255 or 27.40% from 551); Green value is 157 (61.72% from 255 or 28.49% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #979DF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #979DF3 is #68620C. Grayscale: #A4A4A4. Windows color (decimal): -6840845 or 15965591. OLE color: 15965591.

HSL color Cylindrical-coordinate representation of color #979DF3: hue angle of 236.09º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #979DF3 is Cyan = 0.38, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 151 157 243 -
CMYK 0.38 0.35 0 0.05
HSL 236.09º 0.79% 0.77% -
HSV(B) 236.09º 0.38% 0.95% -
XYZ 41 37.16 89.81 -
YUV 165.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 151 157 243 0.38 0.35 0 0.05 236.09 0.79 0.77
Hex 97 9D F3 26 23 0 5 EC 4F 4D
Octal 227 235 363 46 43 0 5 354 117 115
Binary 10010111 10011101 11110011 100110 100011 0 101 11101100 1001111 1001101

Color Harmonies of #979DF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979DF3

Black with #979DF3

Text Example


Text Example

White with #979DF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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