Html Css Color HEX #7E87EC Portage

📋 copy color: '#7E87EC'

red 126 ◦ green 135 ◦ blue 236

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

Shades of Portage #7E87EC

Tints of Portage #7E87EC

RGB

 RED value IS 126 (49.61% from 255) = 25.35%

 GREEN value IS 135 (53.13% from 255) = 27.16%

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

R = 25.35%
G = 27.16%
B = 47.48%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#7E87EC (or 0x7E87EC) is known color: Portage. HEX triplet: 7E, 87 and EC. RGB value is (126,135,236). Sum of RGB (Red+Green+Blue) = 126+135+236=497 (65% of max value = 765). Red value is 126 (49.61% from 255 or 25.35% from 497); Green value is 135 (53.12% from 255 or 27.16% 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 #7E87EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7E87EC is #817813. Grayscale: #8F8F8F. Windows color (decimal): -8484884 or 15501182. OLE color: 15501182.

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

Color convert

RGB 126 135 236 -
CMYK 0.47 0.43 0 0.07
HSL 235.09º 0.74% 0.71% -
HSV(B) 235.09º 0.47% 0.93% -
XYZ 32.41 27.82 83.02 -
YUV 143.82 180.02 115.29 -
System Red Green Blue C M Y K H S L
Decimal 126 135 236 0.47 0.43 0 0.07 235.09 0.74 0.71
Hex 7E 87 EC 2F 2B 0 7 EB 4A 47
Octal 176 207 354 57 53 0 7 353 112 107
Binary 1111110 10000111 11101100 101111 101011 0 111 11101011 1001010 1000111

Color Harmonies of #7E87EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E87EC

Black with #7E87EC

Text Example


Text Example

White with #7E87EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,135,236); }

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

background-color css

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

 a { background-color: rgb(126,135,236); }

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

border-color css

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

 span { border-color: rgb(126,135,236); }

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