Html Css Color HEX #879DF6 Portage

📋 copy color: '#879DF6'

red 135 ◦ green 157 ◦ blue 246

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

Shades of Portage #879DF6

Tints of Portage #879DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 45.72%

R = 25.09%
G = 29.18%
B = 45.72%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#879DF6 (or 0x879DF6) is known color: Portage. HEX triplet: 87, 9D and F6. RGB value is (135,157,246). Sum of RGB (Red+Green+Blue) = 135+157+246=538 (71% of max value = 765). Red value is 135 (53.12% from 255 or 25.09% from 538); Green value is 157 (61.72% from 255 or 29.18% from 538); Blue value is 246 (96.48% from 255 or 45.72% from 538); Max value from RGB is 246 - color contains mainly: blue. Hex color #879DF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DF6 is #786209. Grayscale: #A0A0A0. Windows color (decimal): -7889418 or 16162183. OLE color: 16162183.

HSL color Cylindrical-coordinate representation of color #879DF6: hue angle of 228.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #879DF6 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 135 157 246 -
CMYK 0.45 0.36 0 0.04
HSL 228.11º 0.86% 0.75% -
HSV(B) 228.11º 0.45% 0.96% -
XYZ 38.68 35.92 92.08 -
YUV 160.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 135 157 246 0.45 0.36 0 0.04 228.11 0.86 0.75
Hex 87 9D F6 2D 24 0 4 E4 56 4B
Octal 207 235 366 55 44 0 4 344 126 113
Binary 10000111 10011101 11110110 101101 100100 0 100 11100100 1010110 1001011

Color Harmonies of #879DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DF6

Black with #879DF6

Text Example


Text Example

White with #879DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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