Html Css Color HEX #839FDB Portage

📋 copy color: '#839FDB'

red 131 ◦ green 159 ◦ blue 219

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

Shades of Portage #839FDB

Tints of Portage #839FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

 BLUE value IS 219 (85.94% from 255) = 43.03%

R = 25.74%
G = 31.24%
B = 43.03%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#839FDB (or 0x839FDB) is known color: Portage. HEX triplet: 83, 9F and DB. RGB value is (131,159,219). Sum of RGB (Red+Green+Blue) = 131+159+219=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 219 - color contains mainly: blue. Hex color #839FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDB is #7C6024. Grayscale: #9D9D9D. Windows color (decimal): -8151077 or 14393219. OLE color: 14393219.

HSL color Cylindrical-coordinate representation of color #839FDB: hue angle of 220.91º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839FDB is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 159 219 -
CMYK 0.40 0.27 0 0.14
HSL 220.91º 0.55% 0.69% -
HSV(B) 220.91º 0.4% 0.86% -
XYZ 34.54 34.74 71.9 -
YUV 157.47 162.72 109.12 -
System Red Green Blue C M Y K H S L
Decimal 131 159 219 0.40 0.27 0 0.14 220.91 0.55 0.69
Hex 83 9F DB 28 1B 0 E DD 37 45
Octal 203 237 333 50 33 0 16 335 67 105
Binary 10000011 10011111 11011011 101000 11011 0 1110 11011101 110111 1000101

Color Harmonies of #839FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FDB

Black with #839FDB

Text Example


Text Example

White with #839FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,159,219); }

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

background-color css

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

 a { background-color: rgb(131,159,219); }

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

border-color css

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

 span { border-color: rgb(131,159,219); }

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