Html Css Color HEX #879FFB Portage

📋 copy color: '#879FFB'

red 135 ◦ green 159 ◦ blue 251

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

Shades of Portage #879FFB

Tints of Portage #879FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 46.06%

R = 24.77%
G = 29.17%
B = 46.06%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#879FFB (or 0x879FFB) is known color: Portage. HEX triplet: 87, 9F and FB. RGB value is (135,159,251). Sum of RGB (Red+Green+Blue) = 135+159+251=545 (72% of max value = 765). Red value is 135 (53.12% from 255 or 24.77% from 545); Green value is 159 (62.5% from 255 or 29.17% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #879FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879FFB is #786004. Grayscale: #A1A1A1. Windows color (decimal): -7888901 or 16490375. OLE color: 16490375.

HSL color Cylindrical-coordinate representation of color #879FFB: hue angle of 227.59º degrees, saturation: 0.94, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #879FFB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 159 251 -
CMYK 0.46 0.37 0 0.02
HSL 227.59º 0.94% 0.76% -
HSV(B) 227.59º 0.46% 0.98% -
XYZ 39.8 36.91 96.29 -
YUV 162.31 178.05 108.52 -
System Red Green Blue C M Y K H S L
Decimal 135 159 251 0.46 0.37 0 0.02 227.59 0.94 0.76
Hex 87 9F FB 2E 25 0 2 E4 5E 4C
Octal 207 237 373 56 45 0 2 344 136 114
Binary 10000111 10011111 11111011 101110 100101 0 10 11100100 1011110 1001100

Color Harmonies of #879FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879FFB

Black with #879FFB

Text Example


Text Example

White with #879FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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