Html Css Color HEX #7889D5 Portage

📋 copy color: '#7889D5'

red 120 ◦ green 137 ◦ blue 213

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

Shades of Portage #7889D5

Tints of Portage #7889D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.32%

R = 25.53%
G = 29.15%
B = 45.32%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7889D5 (or 0x7889D5) is known color: Portage. HEX triplet: 78, 89 and D5. RGB value is (120,137,213). Sum of RGB (Red+Green+Blue) = 120+137+213=470 (62% of max value = 765). Red value is 120 (47.27% from 255 or 25.53% from 470); Green value is 137 (53.91% from 255 or 29.15% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #7889D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7889D5 is #87762A. Grayscale: #8C8C8C. Windows color (decimal): -8877611 or 13994360. OLE color: 13994360.

HSL color Cylindrical-coordinate representation of color #7889D5: hue angle of 229.03º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7889D5 is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 137 213 -
CMYK 0.44 0.36 0 0.16
HSL 229.03º 0.53% 0.65% -
HSV(B) 229.03º 0.44% 0.84% -
XYZ 28.7 26.69 66.59 -
YUV 140.58 168.87 113.32 -
System Red Green Blue C M Y K H S L
Decimal 120 137 213 0.44 0.36 0 0.16 229.03 0.53 0.65
Hex 78 89 D5 2C 24 0 10 E5 35 41
Octal 170 211 325 54 44 0 20 345 65 101
Binary 1111000 10001001 11010101 101100 100100 0 10000 11100101 110101 1000001

Color Harmonies of #7889D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7889D5

Black with #7889D5

Text Example


Text Example

White with #7889D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7889D5; }

 p { color: rgb(120,137,213); }

 H1.HeaderClassName
 {
   color: #7889D5;
 }
 .AnyTagClassName
 {
   color: #7889D5;
 }
</style>

background-color css

<style>
 a { background-color: #7889D5; }

 a { background-color: rgb(120,137,213); }

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

border-color css

<style>
 span { border-color: #7889D5; }

 span { border-color: rgb(120,137,213); }

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