Html Css Color HEX #839DD6 Portage

📋 copy color: '#839DD6'

red 131 ◦ green 157 ◦ blue 214

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

Shades of Portage #839DD6

Tints of Portage #839DD6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

 BLUE value IS 214 (83.98% from 255) = 42.63%

R = 26.1%
G = 31.27%
B = 42.63%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#839DD6 (or 0x839DD6) is known color: Portage. HEX triplet: 83, 9D and D6. RGB value is (131,157,214). Sum of RGB (Red+Green+Blue) = 131+157+214=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 214 (83.98% from 255 or 42.63% from 502); Max value from RGB is 214 - color contains mainly: blue. Hex color #839DD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD6 is #7C6229. Grayscale: #9B9B9B. Windows color (decimal): -8151594 or 14065027. OLE color: 14065027.

HSL color Cylindrical-coordinate representation of color #839DD6: hue angle of 221.2º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #839DD6 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 157 214 -
CMYK 0.39 0.27 0 0.16
HSL 221.2º 0.5% 0.68% -
HSV(B) 221.2º 0.39% 0.84% -
XYZ 33.55 33.79 68.37 -
YUV 155.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 131 157 214 0.39 0.27 0 0.16 221.2 0.5 0.68
Hex 83 9D D6 27 1B 0 10 DD 32 44
Octal 203 235 326 47 33 0 20 335 62 104
Binary 10000011 10011101 11010110 100111 11011 0 10000 11011101 110010 1000100

Color Harmonies of #839DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DD6

Black with #839DD6

Text Example


Text Example

White with #839DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,157,214); }

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

background-color css

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

 a { background-color: rgb(131,157,214); }

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

border-color css

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

 span { border-color: rgb(131,157,214); }

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