Html Css Color HEX #7F86EC Portage

📋 copy color: '#7F86EC'

red 127 ◦ green 134 ◦ blue 236

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

Shades of Portage #7F86EC

Tints of Portage #7F86EC

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.96%

 BLUE value IS 236 (92.58% from 255) = 47.48%

R = 25.55%
G = 26.96%
B = 47.48%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7F86EC (or 0x7F86EC) is known color: Portage. HEX triplet: 7F, 86 and EC. RGB value is (127,134,236). Sum of RGB (Red+Green+Blue) = 127+134+236=497 (65% of max value = 765). Red value is 127 (50% from 255 or 25.55% from 497); Green value is 134 (52.73% from 255 or 26.96% from 497); Blue value is 236 (92.58% from 255 or 47.48% from 497); Max value from RGB is 236 - color contains mainly: blue. Hex color #7F86EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F86EC is #807913. Grayscale: #8F8F8F. Windows color (decimal): -8419604 or 15500927. OLE color: 15500927.

HSL color Cylindrical-coordinate representation of color #7F86EC: hue angle of 236.15º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F86EC is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 127 134 236 -
CMYK 0.46 0.43 0 0.07
HSL 236.15º 0.74% 0.71% -
HSV(B) 236.15º 0.46% 0.93% -
XYZ 32.42 27.62 82.98 -
YUV 143.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 127 134 236 0.46 0.43 0 0.07 236.15 0.74 0.71
Hex 7F 86 EC 2E 2B 0 7 EC 4A 47
Octal 177 206 354 56 53 0 7 354 112 107
Binary 1111111 10000110 11101100 101110 101011 0 111 11101100 1001010 1000111

Color Harmonies of #7F86EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F86EC

Black with #7F86EC

Text Example


Text Example

White with #7F86EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,134,236); }

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

background-color css

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

 a { background-color: rgb(127,134,236); }

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

border-color css

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

 span { border-color: rgb(127,134,236); }

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