Html Css Color HEX #879CDA Portage

📋 copy color: '#879CDA'

red 135 ◦ green 156 ◦ blue 218

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

Shades of Portage #879CDA

Tints of Portage #879CDA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.65%

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

R = 26.52%
G = 30.65%
B = 42.83%

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

#879CDA (or 0x879CDA) is known color: Portage. HEX triplet: 87, 9C and DA. RGB value is (135,156,218). Sum of RGB (Red+Green+Blue) = 135+156+218=509 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.52% from 509); Green value is 156 (61.33% from 255 or 30.65% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #879CDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDA is #786325. Grayscale: #9C9C9C. Windows color (decimal): -7889702 or 14326919. OLE color: 14326919.

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

Color convert

RGB 135 156 218 -
CMYK 0.38 0.28 0 0.15
HSL 224.82º 0.53% 0.69% -
HSV(B) 224.82º 0.38% 0.85% -
XYZ 34.54 33.99 71.07 -
YUV 156.79 162.54 112.46 -
System Red Green Blue C M Y K H S L
Decimal 135 156 218 0.38 0.28 0 0.15 224.82 0.53 0.69
Hex 87 9C DA 26 1C 0 F E1 35 45
Octal 207 234 332 46 34 0 17 341 65 105
Binary 10000111 10011100 11011010 100110 11100 0 1111 11100001 110101 1000101

Color Harmonies of #879CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CDA

Black with #879CDA

Text Example


Text Example

White with #879CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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