Html Css Color HEX #839AD9 Portage

📋 copy color: '#839AD9'

red 131 ◦ green 154 ◦ blue 217

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

Shades of Portage #839AD9

Tints of Portage #839AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 43.23%

R = 26.1%
G = 30.68%
B = 43.23%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#839AD9 (or 0x839AD9) is known color: Portage. HEX triplet: 83, 9A and D9. RGB value is (131,154,217). Sum of RGB (Red+Green+Blue) = 131+154+217=502 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.10% from 502); Green value is 154 (60.55% from 255 or 30.68% from 502); Blue value is 217 (85.16% from 255 or 43.23% from 502); Max value from RGB is 217 - color contains mainly: blue. Hex color #839AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839AD9 is #7C6526. Grayscale: #9A9A9A. Windows color (decimal): -8152359 or 14260867. OLE color: 14260867.

HSL color Cylindrical-coordinate representation of color #839AD9: hue angle of 223.95º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839AD9 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 154 217 -
CMYK 0.40 0.29 0 0.15
HSL 223.95º 0.53% 0.68% -
HSV(B) 223.95º 0.4% 0.85% -
XYZ 33.44 32.95 70.24 -
YUV 154.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 131 154 217 0.40 0.29 0 0.15 223.95 0.53 0.68
Hex 83 9A D9 28 1D 0 F E0 35 44
Octal 203 232 331 50 35 0 17 340 65 104
Binary 10000011 10011010 11011001 101000 11101 0 1111 11100000 110101 1000100

Color Harmonies of #839AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839AD9

Black with #839AD9

Text Example


Text Example

White with #839AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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