Html Css Color HEX #879FEB Portage

📋 copy color: '#879FEB'

red 135 ◦ green 159 ◦ blue 235

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

Shades of Portage #879FEB

Tints of Portage #879FEB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.06%

 BLUE value IS 235 (92.19% from 255) = 44.42%

R = 25.52%
G = 30.06%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#879FEB (or 0x879FEB) is known color: Portage. HEX triplet: 87, 9F and EB. RGB value is (135,159,235). Sum of RGB (Red+Green+Blue) = 135+159+235=529 (70% of max value = 765). Red value is 135 (53.12% from 255 or 25.52% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 235 (92.19% from 255 or 44.42% from 529); Max value from RGB is 235 - color contains mainly: blue. Hex color #879FEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FEB is #786014. Grayscale: #A0A0A0. Windows color (decimal): -7888917 or 15441799. OLE color: 15441799.

HSL color Cylindrical-coordinate representation of color #879FEB: hue angle of 225.6º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #879FEB is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 135 159 235 -
CMYK 0.43 0.32 0 0.08
HSL 225.6º 0.71% 0.73% -
HSV(B) 225.6º 0.43% 0.92% -
XYZ 37.39 35.95 83.56 -
YUV 160.49 170.05 109.82 -
System Red Green Blue C M Y K H S L
Decimal 135 159 235 0.43 0.32 0 0.08 225.6 0.71 0.73
Hex 87 9F EB 2B 20 0 8 E2 47 49
Octal 207 237 353 53 40 0 10 342 107 111
Binary 10000111 10011111 11101011 101011 100000 0 1000 11100010 1000111 1001001

Color Harmonies of #879FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FEB

Black with #879FEB

Text Example


Text Example

White with #879FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,159,235); }

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

background-color css

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

 a { background-color: rgb(135,159,235); }

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

border-color css

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

 span { border-color: rgb(135,159,235); }

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