Html Css Color HEX #878BCC Portage

📋 copy color: '#878BCC'

red 135 ◦ green 139 ◦ blue 204

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

Shades of Portage #878BCC

Tints of Portage #878BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.08%

 BLUE value IS 204 (80.08% from 255) = 42.68%

R = 28.24%
G = 29.08%
B = 42.68%

CMYK

 C value IS 0.34

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#878BCC (or 0x878BCC) is known color: Portage. HEX triplet: 87, 8B and CC. RGB value is (135,139,204). Sum of RGB (Red+Green+Blue) = 135+139+204=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 204 - color contains mainly: blue. Hex color #878BCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878BCC is #787433. Grayscale: #909090. Windows color (decimal): -7894068 or 13405063. OLE color: 13405063.

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

Color convert

RGB 135 139 204 -
CMYK 0.34 0.32 0 0.2
HSL 236.52º 0.4% 0.66% -
HSV(B) 236.52º 0.34% 0.8% -
XYZ 30.12 27.98 60.94 -
YUV 145.21 161.17 120.71 -
System Red Green Blue C M Y K H S L
Decimal 135 139 204 0.34 0.32 0 0.2 236.52 0.4 0.66
Hex 87 8B CC 22 20 0 14 ED 28 42
Octal 207 213 314 42 40 0 24 355 50 102
Binary 10000111 10001011 11001100 100010 100000 0 10100 11101101 101000 1000010

Color Harmonies of #878BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878BCC

Black with #878BCC

Text Example


Text Example

White with #878BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,139,204); }

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

background-color css

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

 a { background-color: rgb(135,139,204); }

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

border-color css

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

 span { border-color: rgb(135,139,204); }

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