Html Css Color HEX #7F8ECD Portage

📋 copy color: '#7F8ECD'

red 127 ◦ green 142 ◦ blue 205

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

Shades of Portage #7F8ECD

Tints of Portage #7F8ECD

RGB

 RED value IS 127 (50% from 255) = 26.79%

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

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

R = 26.79%
G = 29.96%
B = 43.25%

CMYK

 C value IS 0.38

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7F8ECD (or 0x7F8ECD) is known color: Portage. HEX triplet: 7F, 8E and CD. RGB value is (127,142,205). Sum of RGB (Red+Green+Blue) = 127+142+205=474 (62% of max value = 765). Red value is 127 (50% from 255 or 26.79% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #7F8ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ECD is #807132. Grayscale: #909090. Windows color (decimal): -8417587 or 13471359. OLE color: 13471359.

HSL color Cylindrical-coordinate representation of color #7F8ECD: hue angle of 228.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F8ECD is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 127 142 205 -
CMYK 0.38 0.31 0 0.20
HSL 228.46º 0.44% 0.65% -
HSV(B) 228.46º 0.38% 0.8% -
XYZ 29.44 28.27 61.66 -
YUV 144.7 162.03 115.38 -
System Red Green Blue C M Y K H S L
Decimal 127 142 205 0.38 0.31 0 0.20 228.46 0.44 0.65
Hex 7F 8E CD 26 1F 0 14 E4 2C 41
Octal 177 216 315 46 37 0 24 344 54 101
Binary 1111111 10001110 11001101 100110 11111 0 10100 11100100 101100 1000001

Color Harmonies of #7F8ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8ECD

Black with #7F8ECD

Text Example


Text Example

White with #7F8ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,142,205); }

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

background-color css

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

 a { background-color: rgb(127,142,205); }

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

border-color css

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

 span { border-color: rgb(127,142,205); }

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