Html Css Color HEX #7992CF Portage

📋 copy color: '#7992CF'

red 121 ◦ green 146 ◦ blue 207

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

Shades of Portage #7992CF

Tints of Portage #7992CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 25.53%
G = 30.8%
B = 43.67%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7992CF (or 0x7992CF) is known color: Portage. HEX triplet: 79, 92 and CF. RGB value is (121,146,207). Sum of RGB (Red+Green+Blue) = 121+146+207=474 (62% of max value = 765). Red value is 121 (47.66% from 255 or 25.53% from 474); Green value is 146 (57.42% from 255 or 30.80% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7992CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7992CF is #866D30. Grayscale: #919191. Windows color (decimal): -8809777 or 13603449. OLE color: 13603449.

HSL color Cylindrical-coordinate representation of color #7992CF: hue angle of 222.56º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7992CF is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 146 207 -
CMYK 0.42 0.29 0 0.19
HSL 222.56º 0.47% 0.64% -
HSV(B) 222.56º 0.42% 0.81% -
XYZ 29.43 29.13 63.1 -
YUV 145.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 121 146 207 0.42 0.29 0 0.19 222.56 0.47 0.64
Hex 79 92 CF 2A 1D 0 13 DF 2F 40
Octal 171 222 317 52 35 0 23 337 57 100
Binary 1111001 10010010 11001111 101010 11101 0 10011 11011111 101111 1000000

Color Harmonies of #7992CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7992CF

Black with #7992CF

Text Example


Text Example

White with #7992CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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