Html Css Color HEX #839BDA Portage

📋 copy color: '#839BDA'

red 131 ◦ green 155 ◦ blue 218

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

Shades of Portage #839BDA

Tints of Portage #839BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.75%

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

R = 25.99%
G = 30.75%
B = 43.25%

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

#839BDA (or 0x839BDA) is known color: Portage. HEX triplet: 83, 9B and DA. RGB value is (131,155,218). Sum of RGB (Red+Green+Blue) = 131+155+218=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 155 (60.94% from 255 or 30.75% from 504); Blue value is 218 (85.55% from 255 or 43.25% from 504); Max value from RGB is 218 - color contains mainly: blue. Hex color #839BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839BDA is #7C6425. Grayscale: #9A9A9A. Windows color (decimal): -8152102 or 14326659. OLE color: 14326659.

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

Color convert

RGB 131 155 218 -
CMYK 0.40 0.29 0 0.15
HSL 223.45º 0.54% 0.68% -
HSV(B) 223.45º 0.4% 0.85% -
XYZ 33.74 33.33 70.98 -
YUV 155.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 131 155 218 0.40 0.29 0 0.15 223.45 0.54 0.68
Hex 83 9B DA 28 1D 0 F DF 36 44
Octal 203 233 332 50 35 0 17 337 66 104
Binary 10000011 10011011 11011010 101000 11101 0 1111 11011111 110110 1000100

Color Harmonies of #839BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BDA

Black with #839BDA

Text Example


Text Example

White with #839BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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