Html Css Color HEX #878CEC Portage

📋 copy color: '#878CEC'

red 135 ◦ green 140 ◦ blue 236

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

Shades of Portage #878CEC

Tints of Portage #878CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 46.18%

R = 26.42%
G = 27.4%
B = 46.18%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#878CEC (or 0x878CEC) is known color: Portage. HEX triplet: 87, 8C and EC. RGB value is (135,140,236). Sum of RGB (Red+Green+Blue) = 135+140+236=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 140 (55.08% from 255 or 27.40% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #878CEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CEC is #787313. Grayscale: #959595. Windows color (decimal): -7893780 or 15502471. OLE color: 15502471.

HSL color Cylindrical-coordinate representation of color #878CEC: hue angle of 237.03º degrees, saturation: 0.73, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878CEC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 140 236 -
CMYK 0.43 0.41 0 0.07
HSL 237.03º 0.73% 0.73% -
HSV(B) 237.03º 0.43% 0.93% -
XYZ 34.51 29.96 83.32 -
YUV 149.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 135 140 236 0.43 0.41 0 0.07 237.03 0.73 0.73
Hex 87 8C EC 2B 29 0 7 ED 49 49
Octal 207 214 354 53 51 0 7 355 111 111
Binary 10000111 10001100 11101100 101011 101001 0 111 11101101 1001001 1001001

Color Harmonies of #878CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CEC

Black with #878CEC

Text Example


Text Example

White with #878CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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