Html Css Color HEX #879DDA Portage

📋 copy color: '#879DDA'

red 135 ◦ green 157 ◦ blue 218

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

Shades of Portage #879DDA

Tints of Portage #879DDA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.78%

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

R = 26.47%
G = 30.78%
B = 42.75%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#879DDA (or 0x879DDA) is known color: Portage. HEX triplet: 87, 9D and DA. RGB value is (135,157,218). Sum of RGB (Red+Green+Blue) = 135+157+218=510 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.47% from 510); Green value is 157 (61.72% from 255 or 30.78% from 510); Blue value is 218 (85.55% from 255 or 42.75% from 510); Max value from RGB is 218 - color contains mainly: blue. Hex color #879DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879DDA is #786225. Grayscale: #9D9D9D. Windows color (decimal): -7889446 or 14327175. OLE color: 14327175.

HSL color Cylindrical-coordinate representation of color #879DDA: hue angle of 224.1º 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 #879DDA is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 135 157 218 -
CMYK 0.38 0.28 0 0.15
HSL 224.1º 0.53% 0.69% -
HSV(B) 224.1º 0.38% 0.85% -
XYZ 34.7 34.33 71.13 -
YUV 157.38 162.21 112.04 -
System Red Green Blue C M Y K H S L
Decimal 135 157 218 0.38 0.28 0 0.15 224.1 0.53 0.69
Hex 87 9D DA 26 1C 0 F E0 35 45
Octal 207 235 332 46 34 0 17 340 65 105
Binary 10000111 10011101 11011010 100110 11100 0 1111 11100000 110101 1000101

Color Harmonies of #879DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DDA

Black with #879DDA

Text Example


Text Example

White with #879DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #879DDA; }

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

 H1.HeaderClassName
 {
   color: #879DDA;
 }
 .AnyTagClassName
 {
   color: #879DDA;
 }
</style>

background-color css

<style>
 a { background-color: #879DDA; }

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

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

border-color css

<style>
 span { border-color: #879DDA; }

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

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