Html Css Color HEX #879CD2 Portage

📋 copy color: '#879CD2'

red 135 ◦ green 156 ◦ blue 210

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

Shades of Portage #879CD2

Tints of Portage #879CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.92%

R = 26.95%
G = 31.14%
B = 41.92%

CMYK

 C value IS 0.36

 M value IS 0.26

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#879CD2 (or 0x879CD2) is known color: Portage. HEX triplet: 87, 9C and D2. RGB value is (135,156,210). Sum of RGB (Red+Green+Blue) = 135+156+210=501 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.95% from 501); Green value is 156 (61.33% from 255 or 31.14% from 501); Blue value is 210 (82.42% from 255 or 41.92% from 501); Max value from RGB is 210 - color contains mainly: blue. Hex color #879CD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CD2 is #78632D. Grayscale: #9B9B9B. Windows color (decimal): -7889710 or 13802631. OLE color: 13802631.

HSL color Cylindrical-coordinate representation of color #879CD2: hue angle of 223.2º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #879CD2 is Cyan = 0.36, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 135 156 210 -
CMYK 0.36 0.26 0 0.18
HSL 223.2º 0.45% 0.68% -
HSV(B) 223.2º 0.36% 0.82% -
XYZ 33.51 33.58 65.69 -
YUV 155.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 135 156 210 0.36 0.26 0 0.18 223.2 0.45 0.68
Hex 87 9C D2 24 1A 0 12 DF 2D 44
Octal 207 234 322 44 32 0 22 337 55 104
Binary 10000111 10011100 11010010 100100 11010 0 10010 11011111 101101 1000100

Color Harmonies of #879CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CD2

Black with #879CD2

Text Example


Text Example

White with #879CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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