Html Css Color HEX #878FDA Portage

📋 copy color: '#878FDA'

red 135 ◦ green 143 ◦ blue 218

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

Shades of Portage #878FDA

Tints of Portage #878FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.83%

 BLUE value IS 218 (85.55% from 255) = 43.95%

R = 27.22%
G = 28.83%
B = 43.95%

CMYK

 C value IS 0.38

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#878FDA (or 0x878FDA) is known color: Portage. HEX triplet: 87, 8F and DA. RGB value is (135,143,218). Sum of RGB (Red+Green+Blue) = 135+143+218=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 143 (56.25% from 255 or 28.83% from 496); Blue value is 218 (85.55% from 255 or 43.95% from 496); Max value from RGB is 218 - color contains mainly: blue. Hex color #878FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDA is #787025. Grayscale: #949494. Windows color (decimal): -7893030 or 14323591. OLE color: 14323591.

HSL color Cylindrical-coordinate representation of color #878FDA: hue angle of 234.22º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878FDA is Cyan = 0.38, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 143 218 -
CMYK 0.38 0.34 0 0.15
HSL 234.22º 0.53% 0.69% -
HSV(B) 234.22º 0.38% 0.85% -
XYZ 32.47 29.86 70.38 -
YUV 149.16 166.85 117.9 -
System Red Green Blue C M Y K H S L
Decimal 135 143 218 0.38 0.34 0 0.15 234.22 0.53 0.69
Hex 87 8F DA 26 22 0 F EA 35 45
Octal 207 217 332 46 42 0 17 352 65 105
Binary 10000111 10001111 11011010 100110 100010 0 1111 11101010 110101 1000101

Color Harmonies of #878FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FDA

Black with #878FDA

Text Example


Text Example

White with #878FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,143,218); }

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

background-color css

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

 a { background-color: rgb(135,143,218); }

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

border-color css

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

 span { border-color: rgb(135,143,218); }

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