Html Css Color HEX #7D8CCD Portage

📋 copy color: '#7D8CCD'

red 125 ◦ green 140 ◦ blue 205

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

Shades of Portage #7D8CCD

Tints of Portage #7D8CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.79%

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

R = 26.6%
G = 29.79%
B = 43.62%

CMYK

 C value IS 0.39

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7D8CCD (or 0x7D8CCD) is known color: Portage. HEX triplet: 7D, 8C and CD. RGB value is (125,140,205). Sum of RGB (Red+Green+Blue) = 125+140+205=470 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.60% from 470); Green value is 140 (55.08% from 255 or 29.79% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #7D8CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CCD is #827332. Grayscale: #8E8E8E. Windows color (decimal): -8549171 or 13470845. OLE color: 13470845.

HSL color Cylindrical-coordinate representation of color #7D8CCD: hue angle of 228.75º 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 #7D8CCD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 125 140 205 -
CMYK 0.39 0.32 0 0.20
HSL 228.75º 0.44% 0.65% -
HSV(B) 228.75º 0.39% 0.8% -
XYZ 28.85 27.52 61.55 -
YUV 142.93 163.03 115.21 -
System Red Green Blue C M Y K H S L
Decimal 125 140 205 0.39 0.32 0 0.20 228.75 0.44 0.65
Hex 7D 8C CD 27 20 0 14 E5 2C 41
Octal 175 214 315 47 40 0 24 345 54 101
Binary 1111101 10001100 11001101 100111 100000 0 10100 11100101 101100 1000001

Color Harmonies of #7D8CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CCD

Black with #7D8CCD

Text Example


Text Example

White with #7D8CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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