Html Css Color HEX #878CDF Portage

📋 copy color: '#878CDF'

red 135 ◦ green 140 ◦ blue 223

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

Shades of Portage #878CDF

Tints of Portage #878CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.11%

 BLUE value IS 223 (87.5% from 255) = 44.78%

R = 27.11%
G = 28.11%
B = 44.78%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878CDF (or 0x878CDF) is known color: Portage. HEX triplet: 87, 8C and DF. RGB value is (135,140,223). Sum of RGB (Red+Green+Blue) = 135+140+223=498 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.11% from 498); Green value is 140 (55.08% from 255 or 28.11% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #878CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CDF is #787320. Grayscale: #939393. Windows color (decimal): -7893793 or 14650503. OLE color: 14650503.

HSL color Cylindrical-coordinate representation of color #878CDF: hue angle of 236.59º degrees, saturation: 0.58, 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 #878CDF is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 140 223 -
CMYK 0.39 0.37 0 0.13
HSL 236.59º 0.58% 0.7% -
HSV(B) 236.59º 0.39% 0.87% -
XYZ 32.69 29.23 73.73 -
YUV 147.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 135 140 223 0.39 0.37 0 0.13 236.59 0.58 0.7
Hex 87 8C DF 27 25 0 D ED 3A 46
Octal 207 214 337 47 45 0 15 355 72 106
Binary 10000111 10001100 11011111 100111 100101 0 1101 11101101 111010 1000110

Color Harmonies of #878CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CDF

Black with #878CDF

Text Example


Text Example

White with #878CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,140,223); }

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

background-color css

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

 a { background-color: rgb(135,140,223); }

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

border-color css

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

 span { border-color: rgb(135,140,223); }

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