Html Css Color HEX #839AF4 Portage

📋 copy color: '#839AF4'

red 131 ◦ green 154 ◦ blue 244

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

Shades of Portage #839AF4

Tints of Portage #839AF4

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.11%

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

R = 24.76%
G = 29.11%
B = 46.12%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#839AF4 (or 0x839AF4) is known color: Portage. HEX triplet: 83, 9A and F4. RGB value is (131,154,244). Sum of RGB (Red+Green+Blue) = 131+154+244=529 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.76% from 529); Green value is 154 (60.55% from 255 or 29.11% from 529); Blue value is 244 (95.70% from 255 or 46.12% from 529); Max value from RGB is 244 - color contains mainly: blue. Hex color #839AF4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF4 is #7C650B. Grayscale: #9D9D9D. Windows color (decimal): -8152332 or 16030339. OLE color: 16030339.

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

Color convert

RGB 131 154 244 -
CMYK 0.46 0.37 0 0.04
HSL 227.79º 0.84% 0.74% -
HSV(B) 227.79º 0.46% 0.96% -
XYZ 37.24 34.47 90.28 -
YUV 157.38 176.88 109.18 -
System Red Green Blue C M Y K H S L
Decimal 131 154 244 0.46 0.37 0 0.04 227.79 0.84 0.74
Hex 83 9A F4 2E 25 0 4 E4 54 4A
Octal 203 232 364 56 45 0 4 344 124 112
Binary 10000011 10011010 11110100 101110 100101 0 100 11100100 1010100 1001010

Color Harmonies of #839AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AF4

Black with #839AF4

Text Example


Text Example

White with #839AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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