Html Css Color HEX #839DD5 Portage

📋 copy color: '#839DD5'

red 131 ◦ green 157 ◦ blue 213

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

Shades of Portage #839DD5

Tints of Portage #839DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.51%

R = 26.15%
G = 31.34%
B = 42.51%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#839DD5 (or 0x839DD5) is known color: Portage. HEX triplet: 83, 9D and D5. RGB value is (131,157,213). Sum of RGB (Red+Green+Blue) = 131+157+213=501 (66% of max value = 765). Red value is 131 (51.56% from 255 or 26.15% from 501); Green value is 157 (61.72% from 255 or 31.34% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #839DD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DD5 is #7C622A. Grayscale: #9B9B9B. Windows color (decimal): -8151595 or 13999491. OLE color: 13999491.

HSL color Cylindrical-coordinate representation of color #839DD5: hue angle of 220.98º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #839DD5 is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 157 213 -
CMYK 0.38 0.26 0 0.16
HSL 220.98º 0.49% 0.67% -
HSV(B) 220.98º 0.38% 0.84% -
XYZ 33.43 33.74 67.7 -
YUV 155.61 160.39 110.45 -
System Red Green Blue C M Y K H S L
Decimal 131 157 213 0.38 0.26 0 0.16 220.98 0.49 0.67
Hex 83 9D D5 26 1A 0 10 DD 31 43
Octal 203 235 325 46 32 0 20 335 61 103
Binary 10000011 10011101 11010101 100110 11010 0 10000 11011101 110001 1000011

Color Harmonies of #839DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DD5

Black with #839DD5

Text Example


Text Example

White with #839DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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