Html Css Color HEX #878EEC Portage

📋 copy color: '#878EEC'

red 135 ◦ green 142 ◦ blue 236

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

Shades of Portage #878EEC

Tints of Portage #878EEC

RGB

 RED value IS 135 (53.13% from 255) = 26.32%

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

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

R = 26.32%
G = 27.68%
B = 46%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#878EEC (or 0x878EEC) is known color: Portage. HEX triplet: 87, 8E and EC. RGB value is (135,142,236). Sum of RGB (Red+Green+Blue) = 135+142+236=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 142 (55.86% from 255 or 27.68% from 513); Blue value is 236 (92.58% from 255 or 46.00% from 513); Max value from RGB is 236 - color contains mainly: blue. Hex color #878EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EEC is #787113. Grayscale: #969696. Windows color (decimal): -7893268 or 15502983. OLE color: 15502983.

HSL color Cylindrical-coordinate representation of color #878EEC: hue angle of 235.84º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878EEC is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 142 236 -
CMYK 0.43 0.40 0 0.07
HSL 235.84º 0.73% 0.73% -
HSV(B) 235.84º 0.43% 0.93% -
XYZ 34.81 30.55 83.42 -
YUV 150.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 135 142 236 0.43 0.40 0 0.07 235.84 0.73 0.73
Hex 87 8E EC 2B 28 0 7 EC 49 49
Octal 207 216 354 53 50 0 7 354 111 111
Binary 10000111 10001110 11101100 101011 101000 0 111 11101100 1001001 1001001

Color Harmonies of #878EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EEC

Black with #878EEC

Text Example


Text Example

White with #878EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #878EEC; }

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

 H1.HeaderClassName
 {
   color: #878EEC;
 }
 .AnyTagClassName
 {
   color: #878EEC;
 }
</style>

background-color css

<style>
 a { background-color: #878EEC; }

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

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

border-color css

<style>
 span { border-color: #878EEC; }

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

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