Html Css Color HEX #878EED Portage

📋 copy color: '#878EED'

red 135 ◦ green 142 ◦ blue 237

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

Shades of Portage #878EED

Tints of Portage #878EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 46.11%

R = 26.26%
G = 27.63%
B = 46.11%

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

#878EED (or 0x878EED) is known color: Portage. HEX triplet: 87, 8E and ED. RGB value is (135,142,237). Sum of RGB (Red+Green+Blue) = 135+142+237=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 142 (55.86% from 255 or 27.63% from 514); Blue value is 237 (92.97% from 255 or 46.11% from 514); Max value from RGB is 237 - color contains mainly: blue. Hex color #878EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EED is #787112. Grayscale: #969696. Windows color (decimal): -7893267 or 15568519. OLE color: 15568519.

HSL color Cylindrical-coordinate representation of color #878EED: hue angle of 235.88º degrees, saturation: 0.74, 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 #878EED is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 142 237 -
CMYK 0.43 0.40 0 0.07
HSL 235.88º 0.74% 0.73% -
HSV(B) 235.88º 0.43% 0.93% -
XYZ 34.95 30.61 84.19 -
YUV 150.74 176.68 116.78 -
System Red Green Blue C M Y K H S L
Decimal 135 142 237 0.43 0.40 0 0.07 235.88 0.74 0.73
Hex 87 8E ED 2B 28 0 7 EC 4A 49
Octal 207 216 355 53 50 0 7 354 112 111
Binary 10000111 10001110 11101101 101011 101000 0 111 11101100 1001010 1001001

Color Harmonies of #878EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EED

Black with #878EED

Text Example


Text Example

White with #878EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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