Html Css Color HEX #878FDF Portage

📋 copy color: '#878FDF'

red 135 ◦ green 143 ◦ blue 223

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

Shades of Portage #878FDF

Tints of Portage #878FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 44.51%

R = 26.95%
G = 28.54%
B = 44.51%

CMYK

 C value IS 0.39

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#878FDF (or 0x878FDF) is known color: Portage. HEX triplet: 87, 8F and DF. RGB value is (135,143,223). Sum of RGB (Red+Green+Blue) = 135+143+223=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 143 (56.25% from 255 or 28.54% from 501); Blue value is 223 (87.5% from 255 or 44.51% from 501); Max value from RGB is 223 - color contains mainly: blue. Hex color #878FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FDF is #787020. Grayscale: #959595. Windows color (decimal): -7893025 or 14651271. OLE color: 14651271.

HSL color Cylindrical-coordinate representation of color #878FDF: hue angle of 234.55º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878FDF is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 143 223 -
CMYK 0.39 0.36 0 0.13
HSL 234.55º 0.58% 0.7% -
HSV(B) 234.55º 0.39% 0.87% -
XYZ 33.13 30.12 73.88 -
YUV 149.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 135 143 223 0.39 0.36 0 0.13 234.55 0.58 0.7
Hex 87 8F DF 27 24 0 D EB 3A 46
Octal 207 217 337 47 44 0 15 353 72 106
Binary 10000111 10001111 11011111 100111 100100 0 1101 11101011 111010 1000110

Color Harmonies of #878FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FDF

Black with #878FDF

Text Example


Text Example

White with #878FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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