Html Css Color HEX #7F8ECC Portage

📋 copy color: '#7F8ECC'

red 127 ◦ green 142 ◦ blue 204

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

Shades of Portage #7F8ECC

Tints of Portage #7F8ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 43.13%

R = 26.85%
G = 30.02%
B = 43.13%

CMYK

 C value IS 0.38

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7F8ECC (or 0x7F8ECC) is known color: Portage. HEX triplet: 7F, 8E and CC. RGB value is (127,142,204). Sum of RGB (Red+Green+Blue) = 127+142+204=473 (62% of max value = 765). Red value is 127 (50% from 255 or 26.85% from 473); Green value is 142 (55.86% from 255 or 30.02% from 473); Blue value is 204 (80.08% from 255 or 43.13% from 473); Max value from RGB is 204 - color contains mainly: blue. Hex color #7F8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F8ECC is #807133. Grayscale: #909090. Windows color (decimal): -8417588 or 13405823. OLE color: 13405823.

HSL color Cylindrical-coordinate representation of color #7F8ECC: hue angle of 228.31º degrees, saturation: 0.43, 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 #7F8ECC is Cyan = 0.38, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 127 142 204 -
CMYK 0.38 0.30 0 0.2
HSL 228.31º 0.43% 0.65% -
HSV(B) 228.31º 0.38% 0.8% -
XYZ 29.32 28.22 61.03 -
YUV 144.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 127 142 204 0.38 0.30 0 0.2 228.31 0.43 0.65
Hex 7F 8E CC 26 1E 0 14 E4 2B 41
Octal 177 216 314 46 36 0 24 344 53 101
Binary 1111111 10001110 11001100 100110 11110 0 10100 11100100 101011 1000001

Color Harmonies of #7F8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8ECC

Black with #7F8ECC

Text Example


Text Example

White with #7F8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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