Html Css Color HEX #7D8ECF Portage

📋 copy color: '#7D8ECF'

red 125 ◦ green 142 ◦ blue 207

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

Shades of Portage #7D8ECF

Tints of Portage #7D8ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.67%

R = 26.37%
G = 29.96%
B = 43.67%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7D8ECF (or 0x7D8ECF) is known color: Portage. HEX triplet: 7D, 8E and CF. RGB value is (125,142,207). Sum of RGB (Red+Green+Blue) = 125+142+207=474 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.37% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D8ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D8ECF is #827130. Grayscale: #909090. Windows color (decimal): -8548657 or 13602429. OLE color: 13602429.

HSL color Cylindrical-coordinate representation of color #7D8ECF: hue angle of 227.56º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D8ECF is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 125 142 207 -
CMYK 0.40 0.31 0 0.19
HSL 227.56º 0.46% 0.65% -
HSV(B) 227.56º 0.4% 0.81% -
XYZ 29.39 28.21 62.93 -
YUV 144.33 163.37 114.21 -
System Red Green Blue C M Y K H S L
Decimal 125 142 207 0.40 0.31 0 0.19 227.56 0.46 0.65
Hex 7D 8E CF 28 1F 0 13 E4 2E 41
Octal 175 216 317 50 37 0 23 344 56 101
Binary 1111101 10001110 11001111 101000 11111 0 10011 11100100 101110 1000001

Color Harmonies of #7D8ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D8ECF

Black with #7D8ECF

Text Example


Text Example

White with #7D8ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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