Html Css Color HEX #7D8CDC Portage

📋 copy color: '#7D8CDC'

red 125 ◦ green 140 ◦ blue 220

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

Shades of Portage #7D8CDC

Tints of Portage #7D8CDC

RGB

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

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

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

R = 25.77%
G = 28.87%
B = 45.36%

CMYK

 C value IS 0.43

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D8CDC (or 0x7D8CDC) is known color: Portage. HEX triplet: 7D, 8C and DC. RGB value is (125,140,220). Sum of RGB (Red+Green+Blue) = 125+140+220=485 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.77% from 485); Green value is 140 (55.08% from 255 or 28.87% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D8CDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8CDC is #827323. Grayscale: #909090. Windows color (decimal): -8549156 or 14453885. OLE color: 14453885.

HSL color Cylindrical-coordinate representation of color #7D8CDC: hue angle of 230.53º 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 #7D8CDC is Cyan = 0.43, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 125 140 220 -
CMYK 0.43 0.36 0 0.14
HSL 230.53º 0.58% 0.68% -
HSV(B) 230.53º 0.43% 0.86% -
XYZ 30.75 28.28 71.55 -
YUV 144.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 125 140 220 0.43 0.36 0 0.14 230.53 0.58 0.68
Hex 7D 8C DC 2B 24 0 E E7 3A 44
Octal 175 214 334 53 44 0 16 347 72 104
Binary 1111101 10001100 11011100 101011 100100 0 1110 11100111 111010 1000100

Color Harmonies of #7D8CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8CDC

Black with #7D8CDC

Text Example


Text Example

White with #7D8CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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