Html Css Color HEX #839AF2 Portage

📋 copy color: '#839AF2'

red 131 ◦ green 154 ◦ blue 242

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

Shades of Portage #839AF2

Tints of Portage #839AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 45.92%

R = 24.86%
G = 29.22%
B = 45.92%

CMYK

 C value IS 0.46

 M value IS 0.36

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#839AF2 (or 0x839AF2) is known color: Portage. HEX triplet: 83, 9A and F2. RGB value is (131,154,242). Sum of RGB (Red+Green+Blue) = 131+154+242=527 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.86% from 527); Green value is 154 (60.55% from 255 or 29.22% from 527); Blue value is 242 (94.92% from 255 or 45.92% from 527); Max value from RGB is 242 - color contains mainly: blue. Hex color #839AF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF2 is #7C650D. Grayscale: #9C9C9C. Windows color (decimal): -8152334 or 15899267. OLE color: 15899267.

HSL color Cylindrical-coordinate representation of color #839AF2: hue angle of 227.57º degrees, saturation: 0.81, 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 #839AF2 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 131 154 242 -
CMYK 0.46 0.36 0 0.05
HSL 227.57º 0.81% 0.73% -
HSV(B) 227.57º 0.46% 0.95% -
XYZ 36.94 34.35 88.69 -
YUV 157.16 175.88 109.34 -
System Red Green Blue C M Y K H S L
Decimal 131 154 242 0.46 0.36 0 0.05 227.57 0.81 0.73
Hex 83 9A F2 2E 24 0 5 E4 51 49
Octal 203 232 362 56 44 0 5 344 121 111
Binary 10000011 10011010 11110010 101110 100100 0 101 11100100 1010001 1001001

Color Harmonies of #839AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AF2

Black with #839AF2

Text Example


Text Example

White with #839AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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