Html Css Color HEX #878DD3 Portage

📋 copy color: '#878DD3'

red 135 ◦ green 141 ◦ blue 211

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

Shades of Portage #878DD3

Tints of Portage #878DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 43.33%

R = 27.72%
G = 28.95%
B = 43.33%

CMYK

 C value IS 0.36

 M value IS 0.33

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#878DD3 (or 0x878DD3) is known color: Portage. HEX triplet: 87, 8D and D3. RGB value is (135,141,211). Sum of RGB (Red+Green+Blue) = 135+141+211=487 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.72% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 211 (82.81% from 255 or 43.33% from 487); Max value from RGB is 211 - color contains mainly: blue. Hex color #878DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878DD3 is #78722C. Grayscale: #929292. Windows color (decimal): -7893549 or 13864327. OLE color: 13864327.

HSL color Cylindrical-coordinate representation of color #878DD3: hue angle of 235.26º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #878DD3 is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 141 211 -
CMYK 0.36 0.33 0 0.17
HSL 235.26º 0.46% 0.68% -
HSV(B) 235.26º 0.36% 0.83% -
XYZ 31.27 28.9 65.56 -
YUV 147.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 135 141 211 0.36 0.33 0 0.17 235.26 0.46 0.68
Hex 87 8D D3 24 21 0 11 EB 2E 44
Octal 207 215 323 44 41 0 21 353 56 104
Binary 10000111 10001101 11010011 100100 100001 0 10001 11101011 101110 1000100

Color Harmonies of #878DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878DD3

Black with #878DD3

Text Example


Text Example

White with #878DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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