Html Css Color HEX #878DF6 Portage

📋 copy color: '#878DF6'

red 135 ◦ green 141 ◦ blue 246

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

Shades of Portage #878DF6

Tints of Portage #878DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 47.13%

R = 25.86%
G = 27.01%
B = 47.13%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#878DF6 (or 0x878DF6) is known color: Portage. HEX triplet: 87, 8D and F6. RGB value is (135,141,246). Sum of RGB (Red+Green+Blue) = 135+141+246=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 246 (96.48% from 255 or 47.13% from 522); Max value from RGB is 246 - color contains mainly: blue. Hex color #878DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878DF6 is #787209. Grayscale: #969696. Windows color (decimal): -7893514 or 16158087. OLE color: 16158087.

HSL color Cylindrical-coordinate representation of color #878DF6: hue angle of 236.76º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #878DF6 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 141 246 -
CMYK 0.45 0.43 0 0.04
HSL 236.76º 0.86% 0.75% -
HSV(B) 236.76º 0.45% 0.96% -
XYZ 36.15 30.85 91.24 -
YUV 151.18 181.51 116.46 -
System Red Green Blue C M Y K H S L
Decimal 135 141 246 0.45 0.43 0 0.04 236.76 0.86 0.75
Hex 87 8D F6 2D 2B 0 4 ED 56 4B
Octal 207 215 366 55 53 0 4 355 126 113
Binary 10000111 10001101 11110110 101101 101011 0 100 11101101 1010110 1001011

Color Harmonies of #878DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DF6

Black with #878DF6

Text Example


Text Example

White with #878DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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