Html Css Color HEX #879CDC Portage

📋 copy color: '#879CDC'

red 135 ◦ green 156 ◦ blue 220

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

Shades of Portage #879CDC

Tints of Portage #879CDC

RGB

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

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

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

R = 26.42%
G = 30.53%
B = 43.05%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#879CDC (or 0x879CDC) is known color: Portage. HEX triplet: 87, 9C and DC. RGB value is (135,156,220). Sum of RGB (Red+Green+Blue) = 135+156+220=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 156 (61.33% from 255 or 30.53% from 511); Blue value is 220 (86.33% from 255 or 43.05% from 511); Max value from RGB is 220 - color contains mainly: blue. Hex color #879CDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDC is #786323. Grayscale: #9C9C9C. Windows color (decimal): -7889700 or 14457991. OLE color: 14457991.

HSL color Cylindrical-coordinate representation of color #879CDC: hue angle of 225.18º 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 #879CDC is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 135 156 220 -
CMYK 0.39 0.29 0 0.14
HSL 225.18º 0.55% 0.7% -
HSV(B) 225.18º 0.39% 0.86% -
XYZ 34.8 34.1 72.46 -
YUV 157.02 163.54 112.3 -
System Red Green Blue C M Y K H S L
Decimal 135 156 220 0.39 0.29 0 0.14 225.18 0.55 0.7
Hex 87 9C DC 27 1D 0 E E1 37 46
Octal 207 234 334 47 35 0 16 341 67 106
Binary 10000111 10011100 11011100 100111 11101 0 1110 11100001 110111 1000110

Color Harmonies of #879CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CDC

Black with #879CDC

Text Example


Text Example

White with #879CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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