Html Css Color HEX #7E87CE Portage

📋 copy color: '#7E87CE'

red 126 ◦ green 135 ◦ blue 206

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

Shades of Portage #7E87CE

Tints of Portage #7E87CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.11%

R = 26.98%
G = 28.91%
B = 44.11%

CMYK

 C value IS 0.39

 M value IS 0.34

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7E87CE (or 0x7E87CE) is known color: Portage. HEX triplet: 7E, 87 and CE. RGB value is (126,135,206). Sum of RGB (Red+Green+Blue) = 126+135+206=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 135 (53.12% from 255 or 28.91% from 467); Blue value is 206 (80.86% from 255 or 44.11% from 467); Max value from RGB is 206 - color contains mainly: blue. Hex color #7E87CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E87CE is #817831. Grayscale: #8C8C8C. Windows color (decimal): -8484914 or 13535102. OLE color: 13535102.

HSL color Cylindrical-coordinate representation of color #7E87CE: hue angle of 233.25º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7E87CE is Cyan = 0.39, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 126 135 206 -
CMYK 0.39 0.34 0 0.19
HSL 233.25º 0.45% 0.65% -
HSV(B) 233.25º 0.39% 0.81% -
XYZ 28.41 26.22 61.96 -
YUV 140.4 165.02 117.73 -
System Red Green Blue C M Y K H S L
Decimal 126 135 206 0.39 0.34 0 0.19 233.25 0.45 0.65
Hex 7E 87 CE 27 22 0 13 E9 2D 41
Octal 176 207 316 47 42 0 23 351 55 101
Binary 1111110 10000111 11001110 100111 100010 0 10011 11101001 101101 1000001

Color Harmonies of #7E87CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E87CE

Black with #7E87CE

Text Example


Text Example

White with #7E87CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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