Html Css Color HEX #878CD3 Portage

📋 copy color: '#878CD3'

red 135 ◦ green 140 ◦ blue 211

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

Shades of Portage #878CD3

Tints of Portage #878CD3

RGB

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

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

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

R = 27.78%
G = 28.81%
B = 43.42%

CMYK

 C value IS 0.36

 M value IS 0.34

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#878CD3 (or 0x878CD3) is known color: Portage. HEX triplet: 87, 8C and D3. RGB value is (135,140,211). Sum of RGB (Red+Green+Blue) = 135+140+211=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 140 (55.08% from 255 or 28.81% from 486); Blue value is 211 (82.81% from 255 or 43.42% from 486); Max value from RGB is 211 - color contains mainly: blue. Hex color #878CD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878CD3 is #78732C. Grayscale: #929292. Windows color (decimal): -7893805 or 13864071. OLE color: 13864071.

HSL color Cylindrical-coordinate representation of color #878CD3: hue angle of 236.05º 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 #878CD3 is Cyan = 0.36, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 140 211 -
CMYK 0.36 0.34 0 0.17
HSL 236.05º 0.46% 0.68% -
HSV(B) 236.05º 0.36% 0.83% -
XYZ 31.13 28.61 65.51 -
YUV 146.6 164.34 119.73 -
System Red Green Blue C M Y K H S L
Decimal 135 140 211 0.36 0.34 0 0.17 236.05 0.46 0.68
Hex 87 8C D3 24 22 0 11 EC 2E 44
Octal 207 214 323 44 42 0 21 354 56 104
Binary 10000111 10001100 11010011 100100 100010 0 10001 11101100 101110 1000100

Color Harmonies of #878CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878CD3

Black with #878CD3

Text Example


Text Example

White with #878CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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