Html Css Color HEX #878BD3 Portage

📋 copy color: '#878BD3'

red 135 ◦ green 139 ◦ blue 211

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

Shades of Portage #878BD3

Tints of Portage #878BD3

RGB

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

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

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

R = 27.84%
G = 28.66%
B = 43.51%

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

#878BD3 (or 0x878BD3) is known color: Portage. HEX triplet: 87, 8B and D3. RGB value is (135,139,211). Sum of RGB (Red+Green+Blue) = 135+139+211=485 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.84% from 485); Green value is 139 (54.69% from 255 or 28.66% from 485); Blue value is 211 (82.81% from 255 or 43.51% from 485); Max value from RGB is 211 - color contains mainly: blue. Hex color #878BD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BD3 is #78742C. Grayscale: #919191. Windows color (decimal): -7894061 or 13863815. OLE color: 13863815.

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

Color convert

RGB 135 139 211 -
CMYK 0.36 0.34 0 0.17
HSL 236.84º 0.46% 0.68% -
HSV(B) 236.84º 0.36% 0.83% -
XYZ 30.98 28.32 65.46 -
YUV 146.01 164.67 120.15 -
System Red Green Blue C M Y K H S L
Decimal 135 139 211 0.36 0.34 0 0.17 236.84 0.46 0.68
Hex 87 8B D3 24 22 0 11 ED 2E 44
Octal 207 213 323 44 42 0 21 355 56 104
Binary 10000111 10001011 11010011 100100 100010 0 10001 11101101 101110 1000100

Color Harmonies of #878BD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BD3

Black with #878BD3

Text Example


Text Example

White with #878BD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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