Html Css Color HEX #7D89DC Portage

📋 copy color: '#7D89DC'

red 125 ◦ green 137 ◦ blue 220

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

Shades of Portage #7D89DC

Tints of Portage #7D89DC

RGB

 RED value IS 125 (49.22% from 255) = 25.93%

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

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

R = 25.93%
G = 28.42%
B = 45.64%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D89DC (or 0x7D89DC) is known color: Portage. HEX triplet: 7D, 89 and DC. RGB value is (125,137,220). Sum of RGB (Red+Green+Blue) = 125+137+220=482 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.93% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 220 (86.33% from 255 or 45.64% from 482); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D89DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89DC is #827623. Grayscale: #8E8E8E. Windows color (decimal): -8549924 or 14453117. OLE color: 14453117.

HSL color Cylindrical-coordinate representation of color #7D89DC: hue angle of 232.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D89DC is Cyan = 0.43, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 137 220 -
CMYK 0.43 0.38 0 0.14
HSL 232.42º 0.58% 0.68% -
HSV(B) 232.42º 0.43% 0.86% -
XYZ 30.32 27.42 71.4 -
YUV 142.87 171.52 115.25 -
System Red Green Blue C M Y K H S L
Decimal 125 137 220 0.43 0.38 0 0.14 232.42 0.58 0.68
Hex 7D 89 DC 2B 26 0 E E8 3A 44
Octal 175 211 334 53 46 0 16 350 72 104
Binary 1111101 10001001 11011100 101011 100110 0 1110 11101000 111010 1000100

Color Harmonies of #7D89DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D89DC

Black with #7D89DC

Text Example


Text Example

White with #7D89DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7D89DC; }

 p { color: rgb(125,137,220); }

 H1.HeaderClassName
 {
   color: #7D89DC;
 }
 .AnyTagClassName
 {
   color: #7D89DC;
 }
</style>

background-color css

<style>
 a { background-color: #7D89DC; }

 a { background-color: rgb(125,137,220); }

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

border-color css

<style>
 span { border-color: #7D89DC; }

 span { border-color: rgb(125,137,220); }

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