Html Css Color HEX #7897DB Portage

📋 copy color: '#7897DB'

red 120 ◦ green 151 ◦ blue 219

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

Shades of Portage #7897DB

Tints of Portage #7897DB

RGB

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

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

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

R = 24.49%
G = 30.82%
B = 44.69%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7897DB (or 0x7897DB) is known color: Portage. HEX triplet: 78, 97 and DB. RGB value is (120,151,219). Sum of RGB (Red+Green+Blue) = 120+151+219=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 151 (59.38% from 255 or 30.82% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #7897DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7897DB is #876824. Grayscale: #959595. Windows color (decimal): -8874021 or 14391160. OLE color: 14391160.

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

Color convert

RGB 120 151 219 -
CMYK 0.45 0.31 0 0.14
HSL 221.21º 0.58% 0.66% -
HSV(B) 221.21º 0.45% 0.86% -
XYZ 31.6 31.24 71.38 -
YUV 149.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 120 151 219 0.45 0.31 0 0.14 221.21 0.58 0.66
Hex 78 97 DB 2D 1F 0 E DD 3A 42
Octal 170 227 333 55 37 0 16 335 72 102
Binary 1111000 10010111 11011011 101101 11111 0 1110 11011101 111010 1000010

Color Harmonies of #7897DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7897DB

Black with #7897DB

Text Example


Text Example

White with #7897DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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