Html Css Color HEX #839BFA Portage

📋 copy color: '#839BFA'

red 131 ◦ green 155 ◦ blue 250

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

Shades of Portage #839BFA

Tints of Portage #839BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.92%

 BLUE value IS 250 (98.05% from 255) = 46.64%

R = 24.44%
G = 28.92%
B = 46.64%

CMYK

 C value IS 0.48

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#839BFA (or 0x839BFA) is known color: Portage. HEX triplet: 83, 9B and FA. RGB value is (131,155,250). Sum of RGB (Red+Green+Blue) = 131+155+250=536 (70% of max value = 765). Red value is 131 (51.56% from 255 or 24.44% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 250 (98.05% from 255 or 46.64% from 536); Max value from RGB is 250 - color contains mainly: blue. Hex color #839BFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BFA is #7C6405. Grayscale: #9E9E9E. Windows color (decimal): -8152070 or 16423811. OLE color: 16423811.

HSL color Cylindrical-coordinate representation of color #839BFA: hue angle of 227.9º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #839BFA is Cyan = 0.48, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 131 155 250 -
CMYK 0.48 0.38 0 0.02
HSL 227.9º 0.92% 0.75% -
HSV(B) 227.9º 0.48% 0.98% -
XYZ 38.34 35.17 95.21 -
YUV 158.65 179.55 108.28 -
System Red Green Blue C M Y K H S L
Decimal 131 155 250 0.48 0.38 0 0.02 227.9 0.92 0.75
Hex 83 9B FA 30 26 0 2 E4 5C 4B
Octal 203 233 372 60 46 0 2 344 134 113
Binary 10000011 10011011 11111010 110000 100110 0 10 11100100 1011100 1001011

Color Harmonies of #839BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BFA

Black with #839BFA

Text Example


Text Example

White with #839BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,155,250); }

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

background-color css

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

 a { background-color: rgb(131,155,250); }

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

border-color css

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

 span { border-color: rgb(131,155,250); }

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