Html Css Color HEX #839AF0 Portage

📋 copy color: '#839AF0'

red 131 ◦ green 154 ◦ blue 240

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

Shades of Portage #839AF0

Tints of Portage #839AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 45.71%

R = 24.95%
G = 29.33%
B = 45.71%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#839AF0 (or 0x839AF0) is known color: Portage. HEX triplet: 83, 9A and F0. RGB value is (131,154,240). Sum of RGB (Red+Green+Blue) = 131+154+240=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 240 (94.14% from 255 or 45.71% from 525); Max value from RGB is 240 - color contains mainly: blue. Hex color #839AF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839AF0 is #7C650F. Grayscale: #9C9C9C. Windows color (decimal): -8152336 or 15768195. OLE color: 15768195.

HSL color Cylindrical-coordinate representation of color #839AF0: hue angle of 227.34º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839AF0 is Cyan = 0.45, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 131 154 240 -
CMYK 0.45 0.36 0 0.06
HSL 227.34º 0.78% 0.73% -
HSV(B) 227.34º 0.45% 0.94% -
XYZ 36.64 34.23 87.11 -
YUV 156.93 174.88 109.51 -
System Red Green Blue C M Y K H S L
Decimal 131 154 240 0.45 0.36 0 0.06 227.34 0.78 0.73
Hex 83 9A F0 2D 24 0 6 E3 4E 49
Octal 203 232 360 55 44 0 6 343 116 111
Binary 10000011 10011010 11110000 101101 100100 0 110 11100011 1001110 1001001

Color Harmonies of #839AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AF0

Black with #839AF0

Text Example


Text Example

White with #839AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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