Html Css Color HEX #839DDA Portage

📋 copy color: '#839DDA'

red 131 ◦ green 157 ◦ blue 218

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

Shades of Portage #839DDA

Tints of Portage #839DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 43.08%

R = 25.89%
G = 31.03%
B = 43.08%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#839DDA (or 0x839DDA) is known color: Portage. HEX triplet: 83, 9D and DA. RGB value is (131,157,218). Sum of RGB (Red+Green+Blue) = 131+157+218=506 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.89% from 506); Green value is 157 (61.72% from 255 or 31.03% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #839DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DDA is #7C6225. Grayscale: #9B9B9B. Windows color (decimal): -8151590 or 14327171. OLE color: 14327171.

HSL color Cylindrical-coordinate representation of color #839DDA: hue angle of 222.07º degrees, saturation: 0.54, 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 #839DDA is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 157 218 -
CMYK 0.40 0.28 0 0.15
HSL 222.07º 0.54% 0.68% -
HSV(B) 222.07º 0.4% 0.85% -
XYZ 34.07 34 71.1 -
YUV 156.18 162.89 110.04 -
System Red Green Blue C M Y K H S L
Decimal 131 157 218 0.40 0.28 0 0.15 222.07 0.54 0.68
Hex 83 9D DA 28 1C 0 F DE 36 44
Octal 203 235 332 50 34 0 17 336 66 104
Binary 10000011 10011101 11011010 101000 11100 0 1111 11011110 110110 1000100

Color Harmonies of #839DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DDA

Black with #839DDA

Text Example


Text Example

White with #839DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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