Html Css Color HEX #7892D7 Portage

📋 copy color: '#7892D7'

red 120 ◦ green 146 ◦ blue 215

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

Shades of Portage #7892D7

Tints of Portage #7892D7

RGB

 RED value IS 120 (47.27% from 255) = 24.95%

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

 BLUE value IS 215 (84.38% from 255) = 44.7%

R = 24.95%
G = 30.35%
B = 44.7%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7892D7 (or 0x7892D7) is known color: Portage. HEX triplet: 78, 92 and D7. RGB value is (120,146,215). Sum of RGB (Red+Green+Blue) = 120+146+215=481 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.95% from 481); Green value is 146 (57.42% from 255 or 30.35% from 481); Blue value is 215 (84.38% from 255 or 44.70% from 481); Max value from RGB is 215 - color contains mainly: blue. Hex color #7892D7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7892D7 is #876D28. Grayscale: #919191. Windows color (decimal): -8875305 or 14127736. OLE color: 14127736.

HSL color Cylindrical-coordinate representation of color #7892D7: hue angle of 223.58º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7892D7 is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 146 215 -
CMYK 0.44 0.32 0 0.16
HSL 223.58º 0.54% 0.66% -
HSV(B) 223.58º 0.44% 0.84% -
XYZ 30.29 29.46 68.38 -
YUV 146.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 120 146 215 0.44 0.32 0 0.16 223.58 0.54 0.66
Hex 78 92 D7 2C 20 0 10 E0 36 42
Octal 170 222 327 54 40 0 20 340 66 102
Binary 1111000 10010010 11010111 101100 100000 0 10000 11100000 110110 1000010

Color Harmonies of #7892D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7892D7

Black with #7892D7

Text Example


Text Example

White with #7892D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7892D7; }

 p { color: rgb(120,146,215); }

 H1.HeaderClassName
 {
   color: #7892D7;
 }
 .AnyTagClassName
 {
   color: #7892D7;
 }
</style>

background-color css

<style>
 a { background-color: #7892D7; }

 a { background-color: rgb(120,146,215); }

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

border-color css

<style>
 span { border-color: #7892D7; }

 span { border-color: rgb(120,146,215); }

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