Html Css Color HEX #7992D1 Portage

📋 copy color: '#7992D1'

red 121 ◦ green 146 ◦ blue 209

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

Shades of Portage #7992D1

Tints of Portage #7992D1

RGB

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

 GREEN value IS 146 (57.42% from 255) = 30.67%

 BLUE value IS 209 (82.03% from 255) = 43.91%

R = 25.42%
G = 30.67%
B = 43.91%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7992D1 (or 0x7992D1) is known color: Portage. HEX triplet: 79, 92 and D1. RGB value is (121,146,209). Sum of RGB (Red+Green+Blue) = 121+146+209=476 (63% of max value = 765). Red value is 121 (47.66% from 255 or 25.42% from 476); Green value is 146 (57.42% from 255 or 30.67% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #7992D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992D1 is #866D2E. Grayscale: #919191. Windows color (decimal): -8809775 or 13734521. OLE color: 13734521.

HSL color Cylindrical-coordinate representation of color #7992D1: hue angle of 222.95º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7992D1 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 146 209 -
CMYK 0.42 0.30 0 0.18
HSL 222.95º 0.49% 0.65% -
HSV(B) 222.95º 0.42% 0.82% -
XYZ 29.67 29.23 64.4 -
YUV 145.71 163.72 110.38 -
System Red Green Blue C M Y K H S L
Decimal 121 146 209 0.42 0.30 0 0.18 222.95 0.49 0.65
Hex 79 92 D1 2A 1E 0 12 DF 31 41
Octal 171 222 321 52 36 0 22 337 61 101
Binary 1111001 10010010 11010001 101010 11110 0 10010 11011111 110001 1000001

Color Harmonies of #7992D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992D1

Black with #7992D1

Text Example


Text Example

White with #7992D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7992D1; }

 p { color: rgb(121,146,209); }

 H1.HeaderClassName
 {
   color: #7992D1;
 }
 .AnyTagClassName
 {
   color: #7992D1;
 }
</style>

background-color css

<style>
 a { background-color: #7992D1; }

 a { background-color: rgb(121,146,209); }

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

border-color css

<style>
 span { border-color: #7992D1; }

 span { border-color: rgb(121,146,209); }

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