Html Css Color HEX #878ECB Portage

📋 copy color: '#878ECB'

red 135 ◦ green 142 ◦ blue 203

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

Shades of Portage #878ECB

Tints of Portage #878ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.58%

 BLUE value IS 203 (79.69% from 255) = 42.29%

R = 28.13%
G = 29.58%
B = 42.29%

CMYK

 C value IS 0.33

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#878ECB (or 0x878ECB) is known color: Portage. HEX triplet: 87, 8E and CB. RGB value is (135,142,203). Sum of RGB (Red+Green+Blue) = 135+142+203=480 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.12% from 480); Green value is 142 (55.86% from 255 or 29.58% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #878ECB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ECB is #787134. Grayscale: #929292. Windows color (decimal): -7893301 or 13340295. OLE color: 13340295.

HSL color Cylindrical-coordinate representation of color #878ECB: hue angle of 233.82º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #878ECB is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 135 142 203 -
CMYK 0.33 0.30 0 0.20
HSL 233.82º 0.4% 0.66% -
HSV(B) 233.82º 0.33% 0.8% -
XYZ 30.44 28.81 60.46 -
YUV 146.86 159.68 119.54 -
System Red Green Blue C M Y K H S L
Decimal 135 142 203 0.33 0.30 0 0.20 233.82 0.4 0.66
Hex 87 8E CB 21 1E 0 14 EA 28 42
Octal 207 216 313 41 36 0 24 352 50 102
Binary 10000111 10001110 11001011 100001 11110 0 10100 11101010 101000 1000010

Color Harmonies of #878ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ECB

Black with #878ECB

Text Example


Text Example

White with #878ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,142,203); }

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

background-color css

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

 a { background-color: rgb(135,142,203); }

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

border-color css

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

 span { border-color: rgb(135,142,203); }

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