Html Css Color HEX #839FEF Portage

📋 copy color: '#839FEF'

red 131 ◦ green 159 ◦ blue 239

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

Shades of Portage #839FEF

Tints of Portage #839FEF

RGB

 RED value IS 131 (51.56% from 255) = 24.76%

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

 BLUE value IS 239 (93.75% from 255) = 45.18%

R = 24.76%
G = 30.06%
B = 45.18%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#839FEF (or 0x839FEF) is known color: Portage. HEX triplet: 83, 9F and EF. RGB value is (131,159,239). Sum of RGB (Red+Green+Blue) = 131+159+239=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #839FEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FEF is #7C6010. Grayscale: #9F9F9F. Windows color (decimal): -8151057 or 15703939. OLE color: 15703939.

HSL color Cylindrical-coordinate representation of color #839FEF: hue angle of 224.44º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839FEF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 159 239 -
CMYK 0.45 0.33 0 0.06
HSL 224.44º 0.77% 0.73% -
HSV(B) 224.44º 0.45% 0.94% -
XYZ 37.34 35.85 86.61 -
YUV 159.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 131 159 239 0.45 0.33 0 0.06 224.44 0.77 0.73
Hex 83 9F EF 2D 21 0 6 E0 4D 49
Octal 203 237 357 55 41 0 6 340 115 111
Binary 10000011 10011111 11101111 101101 100001 0 110 11100000 1001101 1001001

Color Harmonies of #839FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FEF

Black with #839FEF

Text Example


Text Example

White with #839FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839FEF; }

 p { color: rgb(131,159,239); }

 H1.HeaderClassName
 {
   color: #839FEF;
 }
 .AnyTagClassName
 {
   color: #839FEF;
 }
</style>

background-color css

<style>
 a { background-color: #839FEF; }

 a { background-color: rgb(131,159,239); }

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

border-color css

<style>
 span { border-color: #839FEF; }

 span { border-color: rgb(131,159,239); }

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