Html Css Color HEX #879CDD Portage

📋 copy color: '#879CDD'

red 135 ◦ green 156 ◦ blue 221

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

Shades of Portage #879CDD

Tints of Portage #879CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 43.16%

R = 26.37%
G = 30.47%
B = 43.16%

CMYK

 C value IS 0.39

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#879CDD (or 0x879CDD) is known color: Portage. HEX triplet: 87, 9C and DD. RGB value is (135,156,221). Sum of RGB (Red+Green+Blue) = 135+156+221=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 156 (61.33% from 255 or 30.47% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #879CDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879CDD is #786322. Grayscale: #9C9C9C. Windows color (decimal): -7889699 or 14523527. OLE color: 14523527.

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

Color convert

RGB 135 156 221 -
CMYK 0.39 0.29 0 0.13
HSL 225.35º 0.56% 0.7% -
HSV(B) 225.35º 0.39% 0.87% -
XYZ 34.93 34.15 73.16 -
YUV 157.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 135 156 221 0.39 0.29 0 0.13 225.35 0.56 0.7
Hex 87 9C DD 27 1D 0 D E1 38 46
Octal 207 234 335 47 35 0 15 341 70 106
Binary 10000111 10011100 11011101 100111 11101 0 1101 11100001 111000 1000110

Color Harmonies of #879CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879CDD

Black with #879CDD

Text Example


Text Example

White with #879CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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