Html Css Color HEX #839DF4 Portage

📋 copy color: '#839DF4'

red 131 ◦ green 157 ◦ blue 244

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

Shades of Portage #839DF4

Tints of Portage #839DF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 45.86%

R = 24.62%
G = 29.51%
B = 45.86%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#839DF4 (or 0x839DF4) is known color: Portage. HEX triplet: 83, 9D and F4. RGB value is (131,157,244). Sum of RGB (Red+Green+Blue) = 131+157+244=532 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.62% from 532); Green value is 157 (61.72% from 255 or 29.51% from 532); Blue value is 244 (95.70% from 255 or 45.86% from 532); Max value from RGB is 244 - color contains mainly: blue. Hex color #839DF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839DF4 is #7C620B. Grayscale: #9E9E9E. Windows color (decimal): -8151564 or 16031107. OLE color: 16031107.

HSL color Cylindrical-coordinate representation of color #839DF4: hue angle of 226.19º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839DF4 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 131 157 244 -
CMYK 0.46 0.36 0 0.04
HSL 226.19º 0.84% 0.74% -
HSV(B) 226.19º 0.46% 0.96% -
XYZ 37.75 35.47 90.45 -
YUV 159.14 175.89 107.93 -
System Red Green Blue C M Y K H S L
Decimal 131 157 244 0.46 0.36 0 0.04 226.19 0.84 0.74
Hex 83 9D F4 2E 24 0 4 E2 54 4A
Octal 203 235 364 56 44 0 4 342 124 112
Binary 10000011 10011101 11110100 101110 100100 0 100 11100010 1010100 1001010

Color Harmonies of #839DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DF4

Black with #839DF4

Text Example


Text Example

White with #839DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,244); }

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

background-color css

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

 a { background-color: rgb(131,157,244); }

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

border-color css

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

 span { border-color: rgb(131,157,244); }

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