Html Css Color HEX #7D8ECD Portage

📋 copy color: '#7D8ECD'

red 125 ◦ green 142 ◦ blue 205

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

Shades of Portage #7D8ECD

Tints of Portage #7D8ECD

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.08%

 BLUE value IS 205 (80.47% from 255) = 43.43%

R = 26.48%
G = 30.08%
B = 43.43%

CMYK

 C value IS 0.39

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D8ECD (or 0x7D8ECD) is known color: Portage. HEX triplet: 7D, 8E and CD. RGB value is (125,142,205). Sum of RGB (Red+Green+Blue) = 125+142+205=472 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.48% from 472); Green value is 142 (55.86% from 255 or 30.08% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ECD is #827132. Grayscale: #8F8F8F. Windows color (decimal): -8548659 or 13471357. OLE color: 13471357.

HSL color Cylindrical-coordinate representation of color #7D8ECD: hue angle of 227.25º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D8ECD is Cyan = 0.39, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 142 205 -
CMYK 0.39 0.31 0 0.20
HSL 227.25º 0.44% 0.65% -
HSV(B) 227.25º 0.39% 0.8% -
XYZ 29.15 28.11 61.65 -
YUV 144.1 162.37 114.38 -
System Red Green Blue C M Y K H S L
Decimal 125 142 205 0.39 0.31 0 0.20 227.25 0.44 0.65
Hex 7D 8E CD 27 1F 0 14 E3 2C 41
Octal 175 216 315 47 37 0 24 343 54 101
Binary 1111101 10001110 11001101 100111 11111 0 10100 11100011 101100 1000001

Color Harmonies of #7D8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ECD

Black with #7D8ECD

Text Example


Text Example

White with #7D8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,142,205); }

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

background-color css

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

 a { background-color: rgb(125,142,205); }

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

border-color css

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

 span { border-color: rgb(125,142,205); }

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