Html Css Color HEX #839AF3 Portage

📋 copy color: '#839AF3'

red 131 ◦ green 154 ◦ blue 243

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

Shades of Portage #839AF3

Tints of Portage #839AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 46.02%

R = 24.81%
G = 29.17%
B = 46.02%

CMYK

 C value IS 0.46

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#839AF3 (or 0x839AF3) is known color: Portage. HEX triplet: 83, 9A and F3. RGB value is (131,154,243). Sum of RGB (Red+Green+Blue) = 131+154+243=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 154 (60.55% from 255 or 29.17% from 528); Blue value is 243 (95.31% from 255 or 46.02% from 528); Max value from RGB is 243 - color contains mainly: blue. Hex color #839AF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF3 is #7C650C. Grayscale: #9C9C9C. Windows color (decimal): -8152333 or 15964803. OLE color: 15964803.

HSL color Cylindrical-coordinate representation of color #839AF3: hue angle of 227.68º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #839AF3 is Cyan = 0.46, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 154 243 -
CMYK 0.46 0.37 0 0.05
HSL 227.68º 0.82% 0.73% -
HSV(B) 227.68º 0.46% 0.95% -
XYZ 37.09 34.41 89.48 -
YUV 157.27 176.38 109.26 -
System Red Green Blue C M Y K H S L
Decimal 131 154 243 0.46 0.37 0 0.05 227.68 0.82 0.73
Hex 83 9A F3 2E 25 0 5 E4 52 49
Octal 203 232 363 56 45 0 5 344 122 111
Binary 10000011 10011010 11110011 101110 100101 0 101 11100100 1010010 1001001

Color Harmonies of #839AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AF3

Black with #839AF3

Text Example


Text Example

White with #839AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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