Html Css Color HEX #878FCE Portage

📋 copy color: '#878FCE'

red 135 ◦ green 143 ◦ blue 206

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

Shades of Portage #878FCE

Tints of Portage #878FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.56%

R = 27.89%
G = 29.55%
B = 42.56%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#878FCE (or 0x878FCE) is known color: Portage. HEX triplet: 87, 8F and CE. RGB value is (135,143,206). Sum of RGB (Red+Green+Blue) = 135+143+206=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 143 (56.25% from 255 or 29.55% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #878FCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878FCE is #787031. Grayscale: #939393. Windows color (decimal): -7893042 or 13537159. OLE color: 13537159.

HSL color Cylindrical-coordinate representation of color #878FCE: hue angle of 233.24º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #878FCE is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 135 143 206 -
CMYK 0.34 0.31 0 0.19
HSL 233.24º 0.42% 0.67% -
HSV(B) 233.24º 0.34% 0.81% -
XYZ 30.95 29.25 62.41 -
YUV 147.79 160.85 118.88 -
System Red Green Blue C M Y K H S L
Decimal 135 143 206 0.34 0.31 0 0.19 233.24 0.42 0.67
Hex 87 8F CE 22 1F 0 13 E9 2A 43
Octal 207 217 316 42 37 0 23 351 52 103
Binary 10000111 10001111 11001110 100010 11111 0 10011 11101001 101010 1000011

Color Harmonies of #878FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878FCE

Black with #878FCE

Text Example


Text Example

White with #878FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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