Html Css Color HEX #7893DA Portage

📋 copy color: '#7893DA'

red 120 ◦ green 147 ◦ blue 218

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

Shades of Portage #7893DA

Tints of Portage #7893DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.95%

R = 24.74%
G = 30.31%
B = 44.95%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7893DA (or 0x7893DA) is known color: Portage. HEX triplet: 78, 93 and DA. RGB value is (120,147,218). Sum of RGB (Red+Green+Blue) = 120+147+218=485 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.74% from 485); Green value is 147 (57.81% from 255 or 30.31% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #7893DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7893DA is #876C25. Grayscale: #929292. Windows color (decimal): -8875046 or 14324600. OLE color: 14324600.

HSL color Cylindrical-coordinate representation of color #7893DA: hue angle of 223.47º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7893DA is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 147 218 -
CMYK 0.45 0.33 0 0.15
HSL 223.47º 0.57% 0.66% -
HSV(B) 223.47º 0.45% 0.85% -
XYZ 30.83 29.92 70.48 -
YUV 147.02 168.05 108.73 -
System Red Green Blue C M Y K H S L
Decimal 120 147 218 0.45 0.33 0 0.15 223.47 0.57 0.66
Hex 78 93 DA 2D 21 0 F DF 39 42
Octal 170 223 332 55 41 0 17 337 71 102
Binary 1111000 10010011 11011010 101101 100001 0 1111 11011111 111001 1000010

Color Harmonies of #7893DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7893DA

Black with #7893DA

Text Example


Text Example

White with #7893DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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