Html Css Color HEX #7D8EDF Portage

📋 copy color: '#7D8EDF'

red 125 ◦ green 142 ◦ blue 223

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

Shades of Portage #7D8EDF

Tints of Portage #7D8EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.51%

R = 25.51%
G = 28.98%
B = 45.51%

CMYK

 C value IS 0.44

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7D8EDF (or 0x7D8EDF) is known color: Portage. HEX triplet: 7D, 8E and DF. RGB value is (125,142,223). Sum of RGB (Red+Green+Blue) = 125+142+223=490 (64% of max value = 765). Red value is 125 (49.22% from 255 or 25.51% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #7D8EDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8EDF is #827120. Grayscale: #919191. Windows color (decimal): -8548641 or 14651005. OLE color: 14651005.

HSL color Cylindrical-coordinate representation of color #7D8EDF: hue angle of 229.59º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D8EDF is Cyan = 0.44, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 142 223 -
CMYK 0.44 0.36 0 0.13
HSL 229.59º 0.6% 0.68% -
HSV(B) 229.59º 0.44% 0.87% -
XYZ 31.45 29.03 73.76 -
YUV 146.15 171.37 112.91 -
System Red Green Blue C M Y K H S L
Decimal 125 142 223 0.44 0.36 0 0.13 229.59 0.6 0.68
Hex 7D 8E DF 2C 24 0 D E6 3C 44
Octal 175 216 337 54 44 0 15 346 74 104
Binary 1111101 10001110 11011111 101100 100100 0 1101 11100110 111100 1000100

Color Harmonies of #7D8EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8EDF

Black with #7D8EDF

Text Example


Text Example

White with #7D8EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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