Html Css Color HEX #878EDD Portage

📋 copy color: '#878EDD'

red 135 ◦ green 142 ◦ blue 221

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

Shades of Portage #878EDD

Tints of Portage #878EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 44.38%

R = 27.11%
G = 28.51%
B = 44.38%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878EDD (or 0x878EDD) is known color: Portage. HEX triplet: 87, 8E and DD. RGB value is (135,142,221). Sum of RGB (Red+Green+Blue) = 135+142+221=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 142 (55.86% from 255 or 28.51% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #878EDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878EDD is #787122. Grayscale: #949494. Windows color (decimal): -7893283 or 14519943. OLE color: 14519943.

HSL color Cylindrical-coordinate representation of color #878EDD: hue angle of 235.12º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878EDD is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 142 221 -
CMYK 0.39 0.36 0 0.13
HSL 235.12º 0.56% 0.7% -
HSV(B) 235.12º 0.39% 0.87% -
XYZ 32.72 29.72 72.42 -
YUV 148.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 135 142 221 0.39 0.36 0 0.13 235.12 0.56 0.7
Hex 87 8E DD 27 24 0 D EB 38 46
Octal 207 216 335 47 44 0 15 353 70 106
Binary 10000111 10001110 11011101 100111 100100 0 1101 11101011 111000 1000110

Color Harmonies of #878EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EDD

Black with #878EDD

Text Example


Text Example

White with #878EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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