Html Css Color HEX #7D89DD Portage

📋 copy color: '#7D89DD'

red 125 ◦ green 137 ◦ blue 221

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

Shades of Portage #7D89DD

Tints of Portage #7D89DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 45.76%

R = 25.88%
G = 28.36%
B = 45.76%

CMYK

 C value IS 0.43

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D89DD (or 0x7D89DD) is known color: Portage. HEX triplet: 7D, 89 and DD. RGB value is (125,137,221). Sum of RGB (Red+Green+Blue) = 125+137+221=483 (63% of max value = 765). Red value is 125 (49.22% from 255 or 25.88% from 483); Green value is 137 (53.91% from 255 or 28.36% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 221 - color contains mainly: blue. Hex color #7D89DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89DD is #827622. Grayscale: #8E8E8E. Windows color (decimal): -8549923 or 14518653. OLE color: 14518653.

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

Color convert

RGB 125 137 221 -
CMYK 0.43 0.38 0 0.13
HSL 232.5º 0.59% 0.68% -
HSV(B) 232.5º 0.43% 0.87% -
XYZ 30.45 27.47 72.1 -
YUV 142.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 125 137 221 0.43 0.38 0 0.13 232.5 0.59 0.68
Hex 7D 89 DD 2B 26 0 D E8 3B 44
Octal 175 211 335 53 46 0 15 350 73 104
Binary 1111101 10001001 11011101 101011 100110 0 1101 11101000 111011 1000100

Color Harmonies of #7D89DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D89DD

Black with #7D89DD

Text Example


Text Example

White with #7D89DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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