Html Css Color HEX #878BE5 Portage

📋 copy color: '#878BE5'

red 135 ◦ green 139 ◦ blue 229

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

Shades of Portage #878BE5

Tints of Portage #878BE5

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.63%

 BLUE value IS 229 (89.84% from 255) = 45.53%

R = 26.84%
G = 27.63%
B = 45.53%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#878BE5 (or 0x878BE5) is known color: Portage. HEX triplet: 87, 8B and E5. RGB value is (135,139,229). Sum of RGB (Red+Green+Blue) = 135+139+229=503 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.84% from 503); Green value is 139 (54.69% from 255 or 27.63% from 503); Blue value is 229 (89.84% from 255 or 45.53% from 503); Max value from RGB is 229 - color contains mainly: blue. Hex color #878BE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BE5 is #78741A. Grayscale: #939393. Windows color (decimal): -7894043 or 15043463. OLE color: 15043463.

HSL color Cylindrical-coordinate representation of color #878BE5: hue angle of 237.45º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #878BE5 is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 135 139 229 -
CMYK 0.41 0.39 0 0.10
HSL 237.45º 0.64% 0.71% -
HSV(B) 237.45º 0.41% 0.9% -
XYZ 33.37 29.27 78.02 -
YUV 148.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 135 139 229 0.41 0.39 0 0.10 237.45 0.64 0.71
Hex 87 8B E5 29 27 0 A ED 40 47
Octal 207 213 345 51 47 0 12 355 100 107
Binary 10000111 10001011 11100101 101001 100111 0 1010 11101101 1000000 1000111

Color Harmonies of #878BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BE5

Black with #878BE5

Text Example


Text Example

White with #878BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,139,229); }

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

background-color css

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

 a { background-color: rgb(135,139,229); }

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

border-color css

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

 span { border-color: rgb(135,139,229); }

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