Html Css Color HEX #879DFB Portage

📋 copy color: '#879DFB'

red 135 ◦ green 157 ◦ blue 251

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

Shades of Portage #879DFB

Tints of Portage #879DFB

RGB

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

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

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

R = 24.86%
G = 28.91%
B = 46.22%

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

#879DFB (or 0x879DFB) is known color: Portage. HEX triplet: 87, 9D and FB. RGB value is (135,157,251). Sum of RGB (Red+Green+Blue) = 135+157+251=543 (71% of max value = 765). Red value is 135 (53.12% from 255 or 24.86% from 543); Green value is 157 (61.72% from 255 or 28.91% from 543); Blue value is 251 (98.44% from 255 or 46.22% from 543); Max value from RGB is 251 - color contains mainly: blue. Hex color #879DFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #879DFB is #786204. Grayscale: #A0A0A0. Windows color (decimal): -7889413 or 16489863. OLE color: 16489863.

HSL color Cylindrical-coordinate representation of color #879DFB: hue angle of 228.62º 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 #879DFB is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 135 157 251 -
CMYK 0.46 0.37 0 0.02
HSL 228.62º 0.94% 0.76% -
HSV(B) 228.62º 0.46% 0.98% -
XYZ 39.46 36.23 96.18 -
YUV 161.14 178.71 109.36 -
System Red Green Blue C M Y K H S L
Decimal 135 157 251 0.46 0.37 0 0.02 228.62 0.94 0.76
Hex 87 9D FB 2E 25 0 2 E5 5E 4C
Octal 207 235 373 56 45 0 2 345 136 114
Binary 10000111 10011101 11111011 101110 100101 0 10 11100101 1011110 1001100

Color Harmonies of #879DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #879DFB

Black with #879DFB

Text Example


Text Example

White with #879DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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