Html Css Color HEX #878EEA Portage

📋 copy color: '#878EEA'

red 135 ◦ green 142 ◦ blue 234

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

Shades of Portage #878EEA

Tints of Portage #878EEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 45.79%

R = 26.42%
G = 27.79%
B = 45.79%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#878EEA (or 0x878EEA) is known color: Portage. HEX triplet: 87, 8E and EA. RGB value is (135,142,234). Sum of RGB (Red+Green+Blue) = 135+142+234=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 142 (55.86% from 255 or 27.79% from 511); Blue value is 234 (91.80% from 255 or 45.79% from 511); Max value from RGB is 234 - color contains mainly: blue. Hex color #878EEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EEA is #787115. Grayscale: #969696. Windows color (decimal): -7893270 or 15371911. OLE color: 15371911.

HSL color Cylindrical-coordinate representation of color #878EEA: hue angle of 235.76º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #878EEA is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 142 234 -
CMYK 0.42 0.39 0 0.08
HSL 235.76º 0.7% 0.72% -
HSV(B) 235.76º 0.42% 0.92% -
XYZ 34.52 30.44 81.9 -
YUV 150.4 175.18 117.02 -
System Red Green Blue C M Y K H S L
Decimal 135 142 234 0.42 0.39 0 0.08 235.76 0.7 0.72
Hex 87 8E EA 2A 27 0 8 EC 46 48
Octal 207 216 352 52 47 0 10 354 106 110
Binary 10000111 10001110 11101010 101010 100111 0 1000 11101100 1000110 1001000

Color Harmonies of #878EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EEA

Black with #878EEA

Text Example


Text Example

White with #878EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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