Html Css Color HEX #878FEB Portage

📋 copy color: '#878FEB'

red 135 ◦ green 143 ◦ blue 235

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

Shades of Portage #878FEB

Tints of Portage #878FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 45.81%

R = 26.32%
G = 27.88%
B = 45.81%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#878FEB (or 0x878FEB) is known color: Portage. HEX triplet: 87, 8F and EB. RGB value is (135,143,235). Sum of RGB (Red+Green+Blue) = 135+143+235=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 143 (56.25% from 255 or 27.88% from 513); Blue value is 235 (92.19% from 255 or 45.81% from 513); Max value from RGB is 235 - color contains mainly: blue. Hex color #878FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #878FEB is #787014. Grayscale: #969696. Windows color (decimal): -7893013 or 15437703. OLE color: 15437703.

HSL color Cylindrical-coordinate representation of color #878FEB: hue angle of 235.2º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #878FEB is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 143 235 -
CMYK 0.43 0.39 0 0.08
HSL 235.2º 0.71% 0.73% -
HSV(B) 235.2º 0.43% 0.92% -
XYZ 34.81 30.79 82.71 -
YUV 151.1 175.35 116.52 -
System Red Green Blue C M Y K H S L
Decimal 135 143 235 0.43 0.39 0 0.08 235.2 0.71 0.73
Hex 87 8F EB 2B 27 0 8 EB 47 49
Octal 207 217 353 53 47 0 10 353 107 111
Binary 10000111 10001111 11101011 101011 100111 0 1000 11101011 1000111 1001001

Color Harmonies of #878FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FEB

Black with #878FEB

Text Example


Text Example

White with #878FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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