Html Css Color HEX #7893DB Portage

📋 copy color: '#7893DB'

red 120 ◦ green 147 ◦ blue 219

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

Shades of Portage #7893DB

Tints of Portage #7893DB

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.25%

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

R = 24.69%
G = 30.25%
B = 45.06%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7893DB (or 0x7893DB) is known color: Portage. HEX triplet: 78, 93 and DB. RGB value is (120,147,219). Sum of RGB (Red+Green+Blue) = 120+147+219=486 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.69% from 486); Green value is 147 (57.81% from 255 or 30.25% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 219 - color contains mainly: blue. Hex color #7893DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893DB is #876C24. Grayscale: #929292. Windows color (decimal): -8875045 or 14390136. OLE color: 14390136.

HSL color Cylindrical-coordinate representation of color #7893DB: hue angle of 223.64º 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 #7893DB is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 147 219 -
CMYK 0.45 0.33 0 0.14
HSL 223.64º 0.58% 0.66% -
HSV(B) 223.64º 0.45% 0.86% -
XYZ 30.97 29.97 71.17 -
YUV 147.14 168.55 108.65 -
System Red Green Blue C M Y K H S L
Decimal 120 147 219 0.45 0.33 0 0.14 223.64 0.58 0.66
Hex 78 93 DB 2D 21 0 E E0 3A 42
Octal 170 223 333 55 41 0 16 340 72 102
Binary 1111000 10010011 11011011 101101 100001 0 1110 11100000 111010 1000010

Color Harmonies of #7893DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7893DB

Black with #7893DB

Text Example


Text Example

White with #7893DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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