Html Css Color HEX #878BD4 Portage

📋 copy color: '#878BD4'

red 135 ◦ green 139 ◦ blue 212

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

Shades of Portage #878BD4

Tints of Portage #878BD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 43.62%

R = 27.78%
G = 28.6%
B = 43.62%

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

#878BD4 (or 0x878BD4) is known color: Portage. HEX triplet: 87, 8B and D4. RGB value is (135,139,212). Sum of RGB (Red+Green+Blue) = 135+139+212=486 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.78% from 486); Green value is 139 (54.69% from 255 or 28.60% from 486); Blue value is 212 (83.20% from 255 or 43.62% from 486); Max value from RGB is 212 - color contains mainly: blue. Hex color #878BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BD4 is #78742B. Grayscale: #919191. Windows color (decimal): -7894060 or 13929351. OLE color: 13929351.

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

Color convert

RGB 135 139 212 -
CMYK 0.36 0.34 0 0.17
HSL 236.88º 0.47% 0.68% -
HSV(B) 236.88º 0.36% 0.83% -
XYZ 31.11 28.37 66.12 -
YUV 146.13 165.17 120.06 -
System Red Green Blue C M Y K H S L
Decimal 135 139 212 0.36 0.34 0 0.17 236.88 0.47 0.68
Hex 87 8B D4 24 22 0 11 ED 2F 44
Octal 207 213 324 44 42 0 21 355 57 104
Binary 10000111 10001011 11010100 100100 100010 0 10001 11101101 101111 1000100

Color Harmonies of #878BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BD4

Black with #878BD4

Text Example


Text Example

White with #878BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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