Html Css Color HEX #7D89CF Portage

📋 copy color: '#7D89CF'

red 125 ◦ green 137 ◦ blue 207

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

Shades of Portage #7D89CF

Tints of Portage #7D89CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.14%

R = 26.65%
G = 29.21%
B = 44.14%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D89CF (or 0x7D89CF) is known color: Portage. HEX triplet: 7D, 89 and CF. RGB value is (125,137,207). Sum of RGB (Red+Green+Blue) = 125+137+207=469 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.65% from 469); Green value is 137 (53.91% from 255 or 29.21% from 469); Blue value is 207 (81.25% from 255 or 44.14% from 469); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D89CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D89CF is #827630. Grayscale: #8D8D8D. Windows color (decimal): -8549937 or 13601149. OLE color: 13601149.

HSL color Cylindrical-coordinate representation of color #7D89CF: hue angle of 231.22º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D89CF is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 137 207 -
CMYK 0.40 0.34 0 0.19
HSL 231.22º 0.46% 0.65% -
HSV(B) 231.22º 0.4% 0.81% -
XYZ 28.67 26.76 62.69 -
YUV 141.39 165.02 116.31 -
System Red Green Blue C M Y K H S L
Decimal 125 137 207 0.40 0.34 0 0.19 231.22 0.46 0.65
Hex 7D 89 CF 28 22 0 13 E7 2E 41
Octal 175 211 317 50 42 0 23 347 56 101
Binary 1111101 10001001 11001111 101000 100010 0 10011 11100111 101110 1000001

Color Harmonies of #7D89CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D89CF

Black with #7D89CF

Text Example


Text Example

White with #7D89CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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