Html Css Color HEX #878DD6 Portage

📋 copy color: '#878DD6'

red 135 ◦ green 141 ◦ blue 214

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

Shades of Portage #878DD6

Tints of Portage #878DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 27.55%
G = 28.78%
B = 43.67%

CMYK

 C value IS 0.37

 M value IS 0.34

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#878DD6 (or 0x878DD6) is known color: Portage. HEX triplet: 87, 8D and D6. RGB value is (135,141,214). Sum of RGB (Red+Green+Blue) = 135+141+214=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 214 - color contains mainly: blue. Hex color #878DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DD6 is #787229. Grayscale: #939393. Windows color (decimal): -7893546 or 14060935. OLE color: 14060935.

HSL color Cylindrical-coordinate representation of color #878DD6: hue angle of 235.44º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #878DD6 is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 135 141 214 -
CMYK 0.37 0.34 0 0.16
HSL 235.44º 0.49% 0.68% -
HSV(B) 235.44º 0.37% 0.84% -
XYZ 31.65 29.06 67.56 -
YUV 147.53 165.51 119.06 -
System Red Green Blue C M Y K H S L
Decimal 135 141 214 0.37 0.34 0 0.16 235.44 0.49 0.68
Hex 87 8D D6 25 22 0 10 EB 31 44
Octal 207 215 326 45 42 0 20 353 61 104
Binary 10000111 10001101 11010110 100101 100010 0 10000 11101011 110001 1000100

Color Harmonies of #878DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DD6

Black with #878DD6

Text Example


Text Example

White with #878DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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