Html Css Color HEX #879BD4 Portage

📋 copy color: '#879BD4'

red 135 ◦ green 155 ◦ blue 212

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

Shades of Portage #879BD4

Tints of Portage #879BD4

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.88%

 BLUE value IS 212 (83.2% from 255) = 42.23%

R = 26.89%
G = 30.88%
B = 42.23%

CMYK

 C value IS 0.36

 M value IS 0.27

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#879BD4 (or 0x879BD4) is known color: Portage. HEX triplet: 87, 9B and D4. RGB value is (135,155,212). Sum of RGB (Red+Green+Blue) = 135+155+212=502 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.89% from 502); Green value is 155 (60.94% from 255 or 30.88% from 502); Blue value is 212 (83.20% from 255 or 42.23% from 502); Max value from RGB is 212 - color contains mainly: blue. Hex color #879BD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #879BD4 is #78642B. Grayscale: #9B9B9B. Windows color (decimal): -7889964 or 13933447. OLE color: 13933447.

HSL color Cylindrical-coordinate representation of color #879BD4: hue angle of 224.42º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #879BD4 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 135 155 212 -
CMYK 0.36 0.27 0 0.17
HSL 224.42º 0.47% 0.68% -
HSV(B) 224.42º 0.36% 0.83% -
XYZ 33.6 33.35 66.95 -
YUV 155.52 159.87 113.37 -
System Red Green Blue C M Y K H S L
Decimal 135 155 212 0.36 0.27 0 0.17 224.42 0.47 0.68
Hex 87 9B D4 24 1B 0 11 E0 2F 44
Octal 207 233 324 44 33 0 21 340 57 104
Binary 10000111 10011011 11010100 100100 11011 0 10001 11100000 101111 1000100

Color Harmonies of #879BD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879BD4

Black with #879BD4

Text Example


Text Example

White with #879BD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,155,212); }

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

background-color css

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

 a { background-color: rgb(135,155,212); }

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

border-color css

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

 span { border-color: rgb(135,155,212); }

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