Html Css Color HEX #7981DF Portage

📋 copy color: '#7981DF'

red 121 ◦ green 129 ◦ blue 223

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

Shades of Portage #7981DF

Tints of Portage #7981DF

RGB

 RED value IS 121 (47.66% from 255) = 25.58%

 GREEN value IS 129 (50.78% from 255) = 27.27%

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

R = 25.58%
G = 27.27%
B = 47.15%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7981DF (or 0x7981DF) is known color: Portage. HEX triplet: 79, 81 and DF. RGB value is (121,129,223). Sum of RGB (Red+Green+Blue) = 121+129+223=473 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.58% from 473); Green value is 129 (50.78% from 255 or 27.27% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #7981DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981DF is #867E20. Grayscale: #888888. Windows color (decimal): -8814113 or 14647673. OLE color: 14647673.

HSL color Cylindrical-coordinate representation of color #7981DF: hue angle of 235.29º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7981DF is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 129 223 -
CMYK 0.46 0.42 0 0.13
HSL 235.29º 0.61% 0.67% -
HSV(B) 235.29º 0.46% 0.87% -
XYZ 29.05 25.09 73.12 -
YUV 137.32 176.35 116.36 -
System Red Green Blue C M Y K H S L
Decimal 121 129 223 0.46 0.42 0 0.13 235.29 0.61 0.67
Hex 79 81 DF 2E 2A 0 D EB 3D 43
Octal 171 201 337 56 52 0 15 353 75 103
Binary 1111001 10000001 11011111 101110 101010 0 1101 11101011 111101 1000011

Color Harmonies of #7981DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981DF

Black with #7981DF

Text Example


Text Example

White with #7981DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7981DF; }

 p { color: rgb(121,129,223); }

 H1.HeaderClassName
 {
   color: #7981DF;
 }
 .AnyTagClassName
 {
   color: #7981DF;
 }
</style>

background-color css

<style>
 a { background-color: #7981DF; }

 a { background-color: rgb(121,129,223); }

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

border-color css

<style>
 span { border-color: #7981DF; }

 span { border-color: rgb(121,129,223); }

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