Html Css Color HEX #7981DB Portage

📋 copy color: '#7981DB'

red 121 ◦ green 129 ◦ blue 219

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

Shades of Portage #7981DB

Tints of Portage #7981DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 46.7%

R = 25.8%
G = 27.51%
B = 46.7%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7981DB (or 0x7981DB) is known color: Portage. HEX triplet: 79, 81 and DB. RGB value is (121,129,219). Sum of RGB (Red+Green+Blue) = 121+129+219=469 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.80% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7981DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7981DB is #867E24. Grayscale: #888888. Windows color (decimal): -8814117 or 14385529. OLE color: 14385529.

HSL color Cylindrical-coordinate representation of color #7981DB: hue angle of 235.1º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7981DB is Cyan = 0.45, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 129 219 -
CMYK 0.45 0.41 0 0.14
HSL 235.1º 0.58% 0.67% -
HSV(B) 235.1º 0.45% 0.86% -
XYZ 28.52 24.88 70.32 -
YUV 136.87 174.35 116.68 -
System Red Green Blue C M Y K H S L
Decimal 121 129 219 0.45 0.41 0 0.14 235.1 0.58 0.67
Hex 79 81 DB 2D 29 0 E EB 3A 43
Octal 171 201 333 55 51 0 16 353 72 103
Binary 1111001 10000001 11011011 101101 101001 0 1110 11101011 111010 1000011

Color Harmonies of #7981DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7981DB

Black with #7981DB

Text Example


Text Example

White with #7981DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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