Html Css Color HEX #878BDF Portage

📋 copy color: '#878BDF'

red 135 ◦ green 139 ◦ blue 223

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

Shades of Portage #878BDF

Tints of Portage #878BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 27.97%

 BLUE value IS 223 (87.5% from 255) = 44.87%

R = 27.16%
G = 27.97%
B = 44.87%

CMYK

 C value IS 0.39

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878BDF (or 0x878BDF) is known color: Portage. HEX triplet: 87, 8B and DF. RGB value is (135,139,223). Sum of RGB (Red+Green+Blue) = 135+139+223=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 139 (54.69% from 255 or 27.97% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #878BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BDF is #787420. Grayscale: #939393. Windows color (decimal): -7894049 or 14650247. OLE color: 14650247.

HSL color Cylindrical-coordinate representation of color #878BDF: hue angle of 237.27º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878BDF is Cyan = 0.39, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 139 223 -
CMYK 0.39 0.38 0 0.13
HSL 237.27º 0.58% 0.7% -
HSV(B) 237.27º 0.39% 0.87% -
XYZ 32.54 28.94 73.68 -
YUV 147.38 170.67 119.17 -
System Red Green Blue C M Y K H S L
Decimal 135 139 223 0.39 0.38 0 0.13 237.27 0.58 0.7
Hex 87 8B DF 27 26 0 D ED 3A 46
Octal 207 213 337 47 46 0 15 355 72 106
Binary 10000111 10001011 11011111 100111 100110 0 1101 11101101 111010 1000110

Color Harmonies of #878BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BDF

Black with #878BDF

Text Example


Text Example

White with #878BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,139,223); }

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

background-color css

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

 a { background-color: rgb(135,139,223); }

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

border-color css

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

 span { border-color: rgb(135,139,223); }

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