Html Css Color HEX #879EED Portage

📋 copy color: '#879EED'

red 135 ◦ green 158 ◦ blue 237

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

Shades of Portage #879EED

Tints of Portage #879EED

RGB

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

 GREEN value IS 158 (62.11% from 255) = 29.81%

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

R = 25.47%
G = 29.81%
B = 44.72%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#879EED (or 0x879EED) is known color: Portage. HEX triplet: 87, 9E and ED. RGB value is (135,158,237). Sum of RGB (Red+Green+Blue) = 135+158+237=530 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.47% from 530); Green value is 158 (62.11% from 255 or 29.81% from 530); Blue value is 237 (92.97% from 255 or 44.72% from 530); Max value from RGB is 237 - color contains mainly: blue. Hex color #879EED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879EED is #786112. Grayscale: #9F9F9F. Windows color (decimal): -7889171 or 15572615. OLE color: 15572615.

HSL color Cylindrical-coordinate representation of color #879EED: hue angle of 226.47º 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 #879EED is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 135 158 237 -
CMYK 0.43 0.33 0 0.07
HSL 226.47º 0.74% 0.73% -
HSV(B) 226.47º 0.43% 0.93% -
XYZ 37.5 35.72 85.04 -
YUV 160.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 135 158 237 0.43 0.33 0 0.07 226.47 0.74 0.73
Hex 87 9E ED 2B 21 0 7 E2 4A 49
Octal 207 236 355 53 41 0 7 342 112 111
Binary 10000111 10011110 11101101 101011 100001 0 111 11100010 1001010 1001001

Color Harmonies of #879EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879EED

Black with #879EED

Text Example


Text Example

White with #879EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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