Html Css Color HEX #878CE0 Portage

📋 copy color: '#878CE0'

red 135 ◦ green 140 ◦ blue 224

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

Shades of Portage #878CE0

Tints of Portage #878CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 44.89%

R = 27.05%
G = 28.06%
B = 44.89%

CMYK

 C value IS 0.40

 M value IS 0.38

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#878CE0 (or 0x878CE0) is known color: Portage. HEX triplet: 87, 8C and E0. RGB value is (135,140,224). Sum of RGB (Red+Green+Blue) = 135+140+224=499 (66% of max value = 765). Red value is 135 (53.12% from 255 or 27.05% from 499); Green value is 140 (55.08% from 255 or 28.06% from 499); Blue value is 224 (87.89% from 255 or 44.89% from 499); Max value from RGB is 224 - color contains mainly: blue. Hex color #878CE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CE0 is #78731F. Grayscale: #939393. Windows color (decimal): -7893792 or 14716039. OLE color: 14716039.

HSL color Cylindrical-coordinate representation of color #878CE0: hue angle of 236.63º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #878CE0 is Cyan = 0.40, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 135 140 224 -
CMYK 0.40 0.38 0 0.12
HSL 236.63º 0.59% 0.7% -
HSV(B) 236.63º 0.4% 0.88% -
XYZ 32.82 29.29 74.44 -
YUV 148.08 170.84 118.67 -
System Red Green Blue C M Y K H S L
Decimal 135 140 224 0.40 0.38 0 0.12 236.63 0.59 0.7
Hex 87 8C E0 28 26 0 C ED 3B 46
Octal 207 214 340 50 46 0 14 355 73 106
Binary 10000111 10001100 11100000 101000 100110 0 1100 11101101 111011 1000110

Color Harmonies of #878CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CE0

Black with #878CE0

Text Example


Text Example

White with #878CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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