Html Css Color HEX #878EEB Portage

📋 copy color: '#878EEB'

red 135 ◦ green 142 ◦ blue 235

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

Shades of Portage #878EEB

Tints of Portage #878EEB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.73%

 BLUE value IS 235 (92.19% from 255) = 45.9%

R = 26.37%
G = 27.73%
B = 45.9%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#878EEB (or 0x878EEB) is known color: Portage. HEX triplet: 87, 8E and EB. RGB value is (135,142,235). Sum of RGB (Red+Green+Blue) = 135+142+235=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 142 (55.86% from 255 or 27.73% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #878EEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EEB is #787114. Grayscale: #969696. Windows color (decimal): -7893269 or 15437447. OLE color: 15437447.

HSL color Cylindrical-coordinate representation of color #878EEB: hue angle of 235.8º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878EEB is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 142 235 -
CMYK 0.43 0.40 0 0.08
HSL 235.8º 0.71% 0.73% -
HSV(B) 235.8º 0.43% 0.92% -
XYZ 34.66 30.5 82.66 -
YUV 150.51 175.68 116.94 -
System Red Green Blue C M Y K H S L
Decimal 135 142 235 0.43 0.40 0 0.08 235.8 0.71 0.73
Hex 87 8E EB 2B 28 0 8 EC 47 49
Octal 207 216 353 53 50 0 10 354 107 111
Binary 10000111 10001110 11101011 101011 101000 0 1000 11101100 1000111 1001001

Color Harmonies of #878EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EEB

Black with #878EEB

Text Example


Text Example

White with #878EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,142,235); }

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

background-color css

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

 a { background-color: rgb(135,142,235); }

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

border-color css

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

 span { border-color: rgb(135,142,235); }

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