Html Css Color HEX #7789DA Portage

📋 copy color: '#7789DA'

red 119 ◦ green 137 ◦ blue 218

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

Shades of Portage #7789DA

Tints of Portage #7789DA

RGB

 RED value IS 119 (46.88% from 255) = 25.11%

 GREEN value IS 137 (53.91% from 255) = 28.9%

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

R = 25.11%
G = 28.9%
B = 45.99%

CMYK

 C value IS 0.45

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7789DA (or 0x7789DA) is known color: Portage. HEX triplet: 77, 89 and DA. RGB value is (119,137,218). Sum of RGB (Red+Green+Blue) = 119+137+218=474 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.11% from 474); Green value is 137 (53.91% from 255 or 28.90% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #7789DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7789DA is #887625. Grayscale: #8C8C8C. Windows color (decimal): -8943142 or 14322039. OLE color: 14322039.

HSL color Cylindrical-coordinate representation of color #7789DA: hue angle of 229.09º 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 #7789DA is Cyan = 0.45, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 137 218 -
CMYK 0.45 0.37 0 0.15
HSL 229.09º 0.57% 0.66% -
HSV(B) 229.09º 0.45% 0.85% -
XYZ 29.21 26.88 69.98 -
YUV 140.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 119 137 218 0.45 0.37 0 0.15 229.09 0.57 0.66
Hex 77 89 DA 2D 25 0 F E5 39 42
Octal 167 211 332 55 45 0 17 345 71 102
Binary 1110111 10001001 11011010 101101 100101 0 1111 11100101 111001 1000010

Color Harmonies of #7789DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7789DA

Black with #7789DA

Text Example


Text Example

White with #7789DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,137,218); }

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

background-color css

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

 a { background-color: rgb(119,137,218); }

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

border-color css

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

 span { border-color: rgb(119,137,218); }

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