Html Css Color HEX #878EEF Portage

📋 copy color: '#878EEF'

red 135 ◦ green 142 ◦ blue 239

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

Shades of Portage #878EEF

Tints of Portage #878EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 46.32%

R = 26.16%
G = 27.52%
B = 46.32%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#878EEF (or 0x878EEF) is known color: Portage. HEX triplet: 87, 8E and EF. RGB value is (135,142,239). Sum of RGB (Red+Green+Blue) = 135+142+239=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 142 (55.86% from 255 or 27.52% from 516); Blue value is 239 (93.75% from 255 or 46.32% from 516); Max value from RGB is 239 - color contains mainly: blue. Hex color #878EEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878EEF is #787110. Grayscale: #969696. Windows color (decimal): -7893265 or 15699591. OLE color: 15699591.

HSL color Cylindrical-coordinate representation of color #878EEF: hue angle of 235.96º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878EEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 142 239 -
CMYK 0.44 0.41 0 0.06
HSL 235.96º 0.76% 0.73% -
HSV(B) 235.96º 0.44% 0.94% -
XYZ 35.24 30.73 85.74 -
YUV 150.97 177.68 116.61 -
System Red Green Blue C M Y K H S L
Decimal 135 142 239 0.44 0.41 0 0.06 235.96 0.76 0.73
Hex 87 8E EF 2C 29 0 6 EC 4C 49
Octal 207 216 357 54 51 0 6 354 114 111
Binary 10000111 10001110 11101111 101100 101001 0 110 11101100 1001100 1001001

Color Harmonies of #878EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878EEF

Black with #878EEF

Text Example


Text Example

White with #878EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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