Html Css Color HEX #878FF2 Portage

📋 copy color: '#878FF2'

red 135 ◦ green 143 ◦ blue 242

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

Shades of Portage #878FF2

Tints of Portage #878FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 46.54%

R = 25.96%
G = 27.5%
B = 46.54%

CMYK

 C value IS 0.44

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#878FF2 (or 0x878FF2) is known color: Portage. HEX triplet: 87, 8F and F2. RGB value is (135,143,242). Sum of RGB (Red+Green+Blue) = 135+143+242=520 (68% of max value = 765). Red value is 135 (53.12% from 255 or 25.96% from 520); Green value is 143 (56.25% from 255 or 27.5% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #878FF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FF2 is #78700D. Grayscale: #979797. Windows color (decimal): -7893006 or 15896455. OLE color: 15896455.

HSL color Cylindrical-coordinate representation of color #878FF2: hue angle of 235.51º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #878FF2 is Cyan = 0.44, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 135 143 242 -
CMYK 0.44 0.41 0 0.05
HSL 235.51º 0.8% 0.74% -
HSV(B) 235.51º 0.44% 0.95% -
XYZ 35.84 31.21 88.14 -
YUV 151.89 178.85 115.95 -
System Red Green Blue C M Y K H S L
Decimal 135 143 242 0.44 0.41 0 0.05 235.51 0.8 0.74
Hex 87 8F F2 2C 29 0 5 EC 50 4A
Octal 207 217 362 54 51 0 5 354 120 112
Binary 10000111 10001111 11110010 101100 101001 0 101 11101100 1010000 1001010

Color Harmonies of #878FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FF2

Black with #878FF2

Text Example


Text Example

White with #878FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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