Html Css Color HEX #878FDC Portage

📋 copy color: '#878FDC'

red 135 ◦ green 143 ◦ blue 220

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

Shades of Portage #878FDC

Tints of Portage #878FDC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.71%

 BLUE value IS 220 (86.33% from 255) = 44.18%

R = 27.11%
G = 28.71%
B = 44.18%

CMYK

 C value IS 0.39

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878FDC (or 0x878FDC) is known color: Portage. HEX triplet: 87, 8F and DC. RGB value is (135,143,220). Sum of RGB (Red+Green+Blue) = 135+143+220=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 143 (56.25% from 255 or 28.71% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #878FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDC is #787023. Grayscale: #959595. Windows color (decimal): -7893028 or 14454663. OLE color: 14454663.

HSL color Cylindrical-coordinate representation of color #878FDC: hue angle of 234.35º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878FDC is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 143 220 -
CMYK 0.39 0.35 0 0.14
HSL 234.35º 0.55% 0.7% -
HSV(B) 234.35º 0.39% 0.86% -
XYZ 32.73 29.96 71.77 -
YUV 149.39 167.85 117.74 -
System Red Green Blue C M Y K H S L
Decimal 135 143 220 0.39 0.35 0 0.14 234.35 0.55 0.7
Hex 87 8F DC 27 23 0 E EA 37 46
Octal 207 217 334 47 43 0 16 352 67 106
Binary 10000111 10001111 11011100 100111 100011 0 1110 11101010 110111 1000110

Color Harmonies of #878FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FDC

Black with #878FDC

Text Example


Text Example

White with #878FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,220); }

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

background-color css

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

 a { background-color: rgb(135,143,220); }

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

border-color css

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

 span { border-color: rgb(135,143,220); }

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