Html Css Color HEX #878ADA Portage

📋 copy color: '#878ADA'

red 135 ◦ green 138 ◦ blue 218

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

Shades of Portage #878ADA

Tints of Portage #878ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.4%

R = 27.49%
G = 28.11%
B = 44.4%

CMYK

 C value IS 0.38

 M value IS 0.37

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#878ADA (or 0x878ADA) is known color: Portage. HEX triplet: 87, 8A and DA. RGB value is (135,138,218). Sum of RGB (Red+Green+Blue) = 135+138+218=491 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.49% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 218 (85.55% from 255 or 44.40% from 491); Max value from RGB is 218 - color contains mainly: blue. Hex color #878ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #878ADA is #787525. Grayscale: #919191. Windows color (decimal): -7894310 or 14322311. OLE color: 14322311.

HSL color Cylindrical-coordinate representation of color #878ADA: hue angle of 237.83º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #878ADA is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 138 218 -
CMYK 0.38 0.37 0 0.15
HSL 237.83º 0.53% 0.69% -
HSV(B) 237.83º 0.38% 0.85% -
XYZ 31.74 28.39 70.14 -
YUV 146.22 168.51 120 -
System Red Green Blue C M Y K H S L
Decimal 135 138 218 0.38 0.37 0 0.15 237.83 0.53 0.69
Hex 87 8A DA 26 25 0 F EE 35 45
Octal 207 212 332 46 45 0 17 356 65 105
Binary 10000111 10001010 11011010 100110 100101 0 1111 11101110 110101 1000101

Color Harmonies of #878ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #878ADA

Black with #878ADA

Text Example


Text Example

White with #878ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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