Html Css Color HEX #879CDF Portage

📋 copy color: '#879CDF'

red 135 ◦ green 156 ◦ blue 223

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

Shades of Portage #879CDF

Tints of Portage #879CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.39%

R = 26.26%
G = 30.35%
B = 43.39%

CMYK

 C value IS 0.39

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#879CDF (or 0x879CDF) is known color: Portage. HEX triplet: 87, 9C and DF. RGB value is (135,156,223). Sum of RGB (Red+Green+Blue) = 135+156+223=514 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.26% from 514); Green value is 156 (61.33% from 255 or 30.35% from 514); Blue value is 223 (87.5% from 255 or 43.39% from 514); Max value from RGB is 223 - color contains mainly: blue. Hex color #879CDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDF is #786320. Grayscale: #9D9D9D. Windows color (decimal): -7889697 or 14654599. OLE color: 14654599.

HSL color Cylindrical-coordinate representation of color #879CDF: hue angle of 225.68º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #879CDF is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 135 156 223 -
CMYK 0.39 0.30 0 0.13
HSL 225.68º 0.58% 0.7% -
HSV(B) 225.68º 0.39% 0.87% -
XYZ 35.2 34.26 74.57 -
YUV 157.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 135 156 223 0.39 0.30 0 0.13 225.68 0.58 0.7
Hex 87 9C DF 27 1E 0 D E2 3A 46
Octal 207 234 337 47 36 0 15 342 72 106
Binary 10000111 10011100 11011111 100111 11110 0 1101 11100010 111010 1000110

Color Harmonies of #879CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CDF

Black with #879CDF

Text Example


Text Example

White with #879CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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