Html Css Color HEX #7F86DC Portage

📋 copy color: '#7F86DC'

red 127 ◦ green 134 ◦ blue 220

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

Shades of Portage #7F86DC

Tints of Portage #7F86DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 45.74%

R = 26.4%
G = 27.86%
B = 45.74%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7F86DC (or 0x7F86DC) is known color: Portage. HEX triplet: 7F, 86 and DC. RGB value is (127,134,220). Sum of RGB (Red+Green+Blue) = 127+134+220=481 (63% of max value = 765). Red value is 127 (50% from 255 or 26.40% from 481); Green value is 134 (52.73% from 255 or 27.86% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #7F86DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F86DC is #807923. Grayscale: #8D8D8D. Windows color (decimal): -8419620 or 14452351. OLE color: 14452351.

HSL color Cylindrical-coordinate representation of color #7F86DC: hue angle of 235.48º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F86DC is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 134 220 -
CMYK 0.42 0.39 0 0.14
HSL 235.48º 0.57% 0.68% -
HSV(B) 235.48º 0.42% 0.86% -
XYZ 30.2 26.73 71.28 -
YUV 141.71 172.18 117.51 -
System Red Green Blue C M Y K H S L
Decimal 127 134 220 0.42 0.39 0 0.14 235.48 0.57 0.68
Hex 7F 86 DC 2A 27 0 E EB 39 44
Octal 177 206 334 52 47 0 16 353 71 104
Binary 1111111 10000110 11011100 101010 100111 0 1110 11101011 111001 1000100

Color Harmonies of #7F86DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F86DC

Black with #7F86DC

Text Example


Text Example

White with #7F86DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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