Html Css Color HEX #7D8FDC Portage

📋 copy color: '#7D8FDC'

red 125 ◦ green 143 ◦ blue 220

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

Shades of Portage #7D8FDC

Tints of Portage #7D8FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.3%

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

R = 25.61%
G = 29.3%
B = 45.08%

CMYK

 C value IS 0.43

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7D8FDC (or 0x7D8FDC) is known color: Portage. HEX triplet: 7D, 8F and DC. RGB value is (125,143,220). Sum of RGB (Red+Green+Blue) = 125+143+220=488 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.61% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D8FDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8FDC is #827023. Grayscale: #929292. Windows color (decimal): -8548388 or 14454653. OLE color: 14454653.

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

Color convert

RGB 125 143 220 -
CMYK 0.43 0.35 0 0.14
HSL 228.63º 0.58% 0.68% -
HSV(B) 228.63º 0.43% 0.86% -
XYZ 31.2 29.17 71.7 -
YUV 146.4 169.54 112.74 -
System Red Green Blue C M Y K H S L
Decimal 125 143 220 0.43 0.35 0 0.14 228.63 0.58 0.68
Hex 7D 8F DC 2B 23 0 E E5 3A 44
Octal 175 217 334 53 43 0 16 345 72 104
Binary 1111101 10001111 11011100 101011 100011 0 1110 11100101 111010 1000100

Color Harmonies of #7D8FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8FDC

Black with #7D8FDC

Text Example


Text Example

White with #7D8FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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