Html Css Color HEX #878ADC Portage

📋 copy color: '#878ADC'

red 135 ◦ green 138 ◦ blue 220

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

Shades of Portage #878ADC

Tints of Portage #878ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 44.62%

R = 27.38%
G = 27.99%
B = 44.62%

CMYK

 C value IS 0.39

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#878ADC (or 0x878ADC) is known color: Portage. HEX triplet: 87, 8A and DC. RGB value is (135,138,220). Sum of RGB (Red+Green+Blue) = 135+138+220=493 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.38% from 493); Green value is 138 (54.30% from 255 or 27.99% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #878ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ADC is #787523. Grayscale: #929292. Windows color (decimal): -7894308 or 14453383. OLE color: 14453383.

HSL color Cylindrical-coordinate representation of color #878ADC: hue angle of 237.88º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #878ADC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 138 220 -
CMYK 0.39 0.37 0 0.14
HSL 237.88º 0.55% 0.7% -
HSV(B) 237.88º 0.39% 0.86% -
XYZ 32 28.5 71.52 -
YUV 146.45 169.51 119.83 -
System Red Green Blue C M Y K H S L
Decimal 135 138 220 0.39 0.37 0 0.14 237.88 0.55 0.7
Hex 87 8A DC 27 25 0 E EE 37 46
Octal 207 212 334 47 45 0 16 356 67 106
Binary 10000111 10001010 11011100 100111 100101 0 1110 11101110 110111 1000110

Color Harmonies of #878ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ADC

Black with #878ADC

Text Example


Text Example

White with #878ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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