Html Css Color HEX #979FDF Portage

📋 copy color: '#979FDF'

red 151 ◦ green 159 ◦ blue 223

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

Shades of Portage #979FDF

Tints of Portage #979FDF

RGB

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

 GREEN value IS 159 (62.5% from 255) = 29.83%

 BLUE value IS 223 (87.5% from 255) = 41.84%

R = 28.33%
G = 29.83%
B = 41.84%

CMYK

 C value IS 0.32

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#979FDF (or 0x979FDF) is known color: Portage. HEX triplet: 97, 9F and DF. RGB value is (151,159,223). Sum of RGB (Red+Green+Blue) = 151+159+223=533 (70% of max value = 765). Red value is 151 (59.38% from 255 or 28.33% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 223 (87.5% from 255 or 41.84% from 533); Max value from RGB is 223 - color contains mainly: blue. Hex color #979FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #979FDF is #686020. Grayscale: #A3A3A3. Windows color (decimal): -6840353 or 14655383. OLE color: 14655383.

HSL color Cylindrical-coordinate representation of color #979FDF: hue angle of 233.33º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #979FDF is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 151 159 223 -
CMYK 0.32 0.29 0 0.13
HSL 233.33º 0.53% 0.73% -
HSV(B) 233.33º 0.32% 0.87% -
XYZ 38.48 36.7 74.87 -
YUV 163.9 161.35 118.8 -
System Red Green Blue C M Y K H S L
Decimal 151 159 223 0.32 0.29 0 0.13 233.33 0.53 0.73
Hex 97 9F DF 20 1D 0 D E9 35 49
Octal 227 237 337 40 35 0 15 351 65 111
Binary 10010111 10011111 11011111 100000 11101 0 1101 11101001 110101 1001001

Color Harmonies of #979FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #979FDF

Black with #979FDF

Text Example


Text Example

White with #979FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,159,223); }

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

background-color css

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

 a { background-color: rgb(151,159,223); }

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

border-color css

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

 span { border-color: rgb(151,159,223); }

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