Html Css Color HEX #878DEC Portage

📋 copy color: '#878DEC'

red 135 ◦ green 141 ◦ blue 236

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

Shades of Portage #878DEC

Tints of Portage #878DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.54%

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

R = 26.37%
G = 27.54%
B = 46.09%

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

#878DEC (or 0x878DEC) is known color: Portage. HEX triplet: 87, 8D and EC. RGB value is (135,141,236). Sum of RGB (Red+Green+Blue) = 135+141+236=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 141 (55.47% from 255 or 27.54% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #878DEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DEC is #787213. Grayscale: #959595. Windows color (decimal): -7893524 or 15502727. OLE color: 15502727.

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

Color convert

RGB 135 141 236 -
CMYK 0.43 0.40 0 0.07
HSL 236.44º 0.73% 0.73% -
HSV(B) 236.44º 0.43% 0.93% -
XYZ 34.66 30.26 83.37 -
YUV 150.04 176.51 117.28 -
System Red Green Blue C M Y K H S L
Decimal 135 141 236 0.43 0.40 0 0.07 236.44 0.73 0.73
Hex 87 8D EC 2B 28 0 7 EC 49 49
Octal 207 215 354 53 50 0 7 354 111 111
Binary 10000111 10001101 11101100 101011 101000 0 111 11101100 1001001 1001001

Color Harmonies of #878DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DEC

Black with #878DEC

Text Example


Text Example

White with #878DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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