Html Css Color HEX #879DED Portage

📋 copy color: '#879DED'

red 135 ◦ green 157 ◦ blue 237

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

Shades of Portage #879DED

Tints of Portage #879DED

RGB

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

 GREEN value IS 157 (61.72% from 255) = 29.68%

 BLUE value IS 237 (92.97% from 255) = 44.8%

R = 25.52%
G = 29.68%
B = 44.8%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#879DED (or 0x879DED) is known color: Portage. HEX triplet: 87, 9D and ED. RGB value is (135,157,237). Sum of RGB (Red+Green+Blue) = 135+157+237=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #879DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DED is #786212. Grayscale: #9F9F9F. Windows color (decimal): -7889427 or 15572359. OLE color: 15572359.

HSL color Cylindrical-coordinate representation of color #879DED: hue angle of 227.06º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879DED is Cyan = 0.43, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 157 237 -
CMYK 0.43 0.34 0 0.07
HSL 227.06º 0.74% 0.73% -
HSV(B) 227.06º 0.43% 0.93% -
XYZ 37.33 35.38 84.98 -
YUV 159.54 171.71 110.5 -
System Red Green Blue C M Y K H S L
Decimal 135 157 237 0.43 0.34 0 0.07 227.06 0.74 0.73
Hex 87 9D ED 2B 22 0 7 E3 4A 49
Octal 207 235 355 53 42 0 7 343 112 111
Binary 10000111 10011101 11101101 101011 100010 0 111 11100011 1001010 1001001

Color Harmonies of #879DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DED

Black with #879DED

Text Example


Text Example

White with #879DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,157,237); }

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

background-color css

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

 a { background-color: rgb(135,157,237); }

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

border-color css

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

 span { border-color: rgb(135,157,237); }

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