Html Css Color HEX #7897D5 Portage

📋 copy color: '#7897D5'

red 120 ◦ green 151 ◦ blue 213

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

Shades of Portage #7897D5

Tints of Portage #7897D5

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.2%

 BLUE value IS 213 (83.59% from 255) = 44.01%

R = 24.79%
G = 31.2%
B = 44.01%

CMYK

 C value IS 0.44

 M value IS 0.29

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7897D5 (or 0x7897D5) is known color: Portage. HEX triplet: 78, 97 and D5. RGB value is (120,151,213). Sum of RGB (Red+Green+Blue) = 120+151+213=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 151 (59.38% from 255 or 31.20% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #7897D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897D5 is #87682A. Grayscale: #949494. Windows color (decimal): -8874027 or 13997944. OLE color: 13997944.

HSL color Cylindrical-coordinate representation of color #7897D5: hue angle of 220º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7897D5 is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 151 213 -
CMYK 0.44 0.29 0 0.16
HSL 220º 0.53% 0.65% -
HSV(B) 220º 0.44% 0.84% -
XYZ 30.82 30.93 67.3 -
YUV 148.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 120 151 213 0.44 0.29 0 0.16 220 0.53 0.65
Hex 78 97 D5 2C 1D 0 10 DC 35 41
Octal 170 227 325 54 35 0 20 334 65 101
Binary 1111000 10010111 11010101 101100 11101 0 10000 11011100 110101 1000001

Color Harmonies of #7897D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7897D5

Black with #7897D5

Text Example


Text Example

White with #7897D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7897D5; }

 p { color: rgb(120,151,213); }

 H1.HeaderClassName
 {
   color: #7897D5;
 }
 .AnyTagClassName
 {
   color: #7897D5;
 }
</style>

background-color css

<style>
 a { background-color: #7897D5; }

 a { background-color: rgb(120,151,213); }

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

border-color css

<style>
 span { border-color: #7897D5; }

 span { border-color: rgb(120,151,213); }

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