Html Css Color HEX #878ACC Portage

📋 copy color: '#878ACC'

red 135 ◦ green 138 ◦ blue 204

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

Shades of Portage #878ACC

Tints of Portage #878ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.93%

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

R = 28.3%
G = 28.93%
B = 42.77%

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

#878ACC (or 0x878ACC) is known color: Portage. HEX triplet: 87, 8A and CC. RGB value is (135,138,204). Sum of RGB (Red+Green+Blue) = 135+138+204=477 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.30% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 204 - color contains mainly: blue. Hex color #878ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ACC is #787533. Grayscale: #909090. Windows color (decimal): -7894324 or 13404807. OLE color: 13404807.

HSL color Cylindrical-coordinate representation of color #878ACC: hue angle of 237.39º 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 #878ACC is Cyan = 0.34, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 135 138 204 -
CMYK 0.34 0.32 0 0.2
HSL 237.39º 0.4% 0.66% -
HSV(B) 237.39º 0.34% 0.8% -
XYZ 29.98 27.69 60.89 -
YUV 144.63 161.51 121.13 -
System Red Green Blue C M Y K H S L
Decimal 135 138 204 0.34 0.32 0 0.2 237.39 0.4 0.66
Hex 87 8A CC 22 20 0 14 ED 28 42
Octal 207 212 314 42 40 0 24 355 50 102
Binary 10000111 10001010 11001100 100010 100000 0 10100 11101101 101000 1000010

Color Harmonies of #878ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ACC

Black with #878ACC

Text Example


Text Example

White with #878ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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