Html Css Color HEX #878DDD Portage

📋 copy color: '#878DDD'

red 135 ◦ green 141 ◦ blue 221

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

Shades of Portage #878DDD

Tints of Portage #878DDD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.37%

 BLUE value IS 221 (86.72% from 255) = 44.47%

R = 27.16%
G = 28.37%
B = 44.47%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878DDD (or 0x878DDD) is known color: Portage. HEX triplet: 87, 8D and DD. RGB value is (135,141,221). Sum of RGB (Red+Green+Blue) = 135+141+221=497 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.16% from 497); Green value is 141 (55.47% from 255 or 28.37% from 497); Blue value is 221 (86.72% from 255 or 44.47% from 497); Max value from RGB is 221 - color contains mainly: blue. Hex color #878DDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DDD is #787222. Grayscale: #949494. Windows color (decimal): -7893539 or 14519687. OLE color: 14519687.

HSL color Cylindrical-coordinate representation of color #878DDD: hue angle of 235.81º degrees, saturation: 0.56, 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 #878DDD is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 141 221 -
CMYK 0.39 0.36 0 0.13
HSL 235.81º 0.56% 0.7% -
HSV(B) 235.81º 0.39% 0.87% -
XYZ 32.57 29.42 72.37 -
YUV 148.33 169.01 118.5 -
System Red Green Blue C M Y K H S L
Decimal 135 141 221 0.39 0.36 0 0.13 235.81 0.56 0.7
Hex 87 8D DD 27 24 0 D EC 38 46
Octal 207 215 335 47 44 0 15 354 70 106
Binary 10000111 10001101 11011101 100111 100100 0 1101 11101100 111000 1000110

Color Harmonies of #878DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DDD

Black with #878DDD

Text Example


Text Example

White with #878DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,141,221); }

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

background-color css

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

 a { background-color: rgb(135,141,221); }

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

border-color css

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

 span { border-color: rgb(135,141,221); }

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