Html Css Color HEX #7893DC Portage

📋 copy color: '#7893DC'

red 120 ◦ green 147 ◦ blue 220

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

Shades of Portage #7893DC

Tints of Portage #7893DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.17%

R = 24.64%
G = 30.18%
B = 45.17%

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

#7893DC (or 0x7893DC) is known color: Portage. HEX triplet: 78, 93 and DC. RGB value is (120,147,220). Sum of RGB (Red+Green+Blue) = 120+147+220=487 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.64% from 487); Green value is 147 (57.81% from 255 or 30.18% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #7893DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893DC is #876C23. Grayscale: #929292. Windows color (decimal): -8875044 or 14455672. OLE color: 14455672.

HSL color Cylindrical-coordinate representation of color #7893DC: hue angle of 223.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7893DC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 147 220 -
CMYK 0.45 0.33 0 0.14
HSL 223.8º 0.59% 0.67% -
HSV(B) 223.8º 0.45% 0.86% -
XYZ 31.1 30.03 71.87 -
YUV 147.25 169.05 108.56 -
System Red Green Blue C M Y K H S L
Decimal 120 147 220 0.45 0.33 0 0.14 223.8 0.59 0.67
Hex 78 93 DC 2D 21 0 E E0 3B 43
Octal 170 223 334 55 41 0 16 340 73 103
Binary 1111000 10010011 11011100 101101 100001 0 1110 11100000 111011 1000011

Color Harmonies of #7893DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7893DC

Black with #7893DC

Text Example


Text Example

White with #7893DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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