Html Css Color HEX #878CEA Portage

📋 copy color: '#878CEA'

red 135 ◦ green 140 ◦ blue 234

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

Shades of Portage #878CEA

Tints of Portage #878CEA

RGB

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

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

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

R = 26.52%
G = 27.5%
B = 45.97%

CMYK

 C value IS 0.42

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#878CEA (or 0x878CEA) is known color: Portage. HEX triplet: 87, 8C and EA. RGB value is (135,140,234). Sum of RGB (Red+Green+Blue) = 135+140+234=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 140 (55.08% from 255 or 27.50% from 509); Blue value is 234 (91.80% from 255 or 45.97% from 509); Max value from RGB is 234 - color contains mainly: blue. Hex color #878CEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CEA is #787315. Grayscale: #949494. Windows color (decimal): -7893782 or 15371399. OLE color: 15371399.

HSL color Cylindrical-coordinate representation of color #878CEA: hue angle of 236.97º 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 #878CEA is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 140 234 -
CMYK 0.42 0.40 0 0.08
HSL 236.97º 0.7% 0.72% -
HSV(B) 236.97º 0.42% 0.92% -
XYZ 34.22 29.85 81.8 -
YUV 149.22 175.84 117.86 -
System Red Green Blue C M Y K H S L
Decimal 135 140 234 0.42 0.40 0 0.08 236.97 0.7 0.72
Hex 87 8C EA 2A 28 0 8 ED 46 48
Octal 207 214 352 52 50 0 10 355 106 110
Binary 10000111 10001100 11101010 101010 101000 0 1000 11101101 1000110 1001000

Color Harmonies of #878CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CEA

Black with #878CEA

Text Example


Text Example

White with #878CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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