Html Css Color HEX #878CEF Portage

📋 copy color: '#878CEF'

red 135 ◦ green 140 ◦ blue 239

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

Shades of Portage #878CEF

Tints of Portage #878CEF

RGB

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

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

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

R = 26.26%
G = 27.24%
B = 46.5%

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

#878CEF (or 0x878CEF) is known color: Portage. HEX triplet: 87, 8C and EF. RGB value is (135,140,239). Sum of RGB (Red+Green+Blue) = 135+140+239=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 140 (55.08% from 255 or 27.24% from 514); Blue value is 239 (93.75% from 255 or 46.50% from 514); Max value from RGB is 239 - color contains mainly: blue. Hex color #878CEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878CEF is #787310. Grayscale: #959595. Windows color (decimal): -7893777 or 15699079. OLE color: 15699079.

HSL color Cylindrical-coordinate representation of color #878CEF: hue angle of 237.12º 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 #878CEF is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 135 140 239 -
CMYK 0.44 0.41 0 0.06
HSL 237.12º 0.76% 0.73% -
HSV(B) 237.12º 0.44% 0.94% -
XYZ 34.95 30.14 85.64 -
YUV 149.79 178.34 117.45 -
System Red Green Blue C M Y K H S L
Decimal 135 140 239 0.44 0.41 0 0.06 237.12 0.76 0.73
Hex 87 8C EF 2C 29 0 6 ED 4C 49
Octal 207 214 357 54 51 0 6 355 114 111
Binary 10000111 10001100 11101111 101100 101001 0 110 11101101 1001100 1001001

Color Harmonies of #878CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CEF

Black with #878CEF

Text Example


Text Example

White with #878CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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