Html Css Color HEX #839FDA Portage

📋 copy color: '#839FDA'

red 131 ◦ green 159 ◦ blue 218

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

Shades of Portage #839FDA

Tints of Portage #839FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.3%

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

R = 25.79%
G = 31.3%
B = 42.91%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#839FDA (or 0x839FDA) is known color: Portage. HEX triplet: 83, 9F and DA. RGB value is (131,159,218). Sum of RGB (Red+Green+Blue) = 131+159+218=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 159 (62.5% from 255 or 31.30% from 508); Blue value is 218 (85.55% from 255 or 42.91% from 508); Max value from RGB is 218 - color contains mainly: blue. Hex color #839FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDA is #7C6025. Grayscale: #9D9D9D. Windows color (decimal): -8151078 or 14327683. OLE color: 14327683.

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

Color convert

RGB 131 159 218 -
CMYK 0.40 0.27 0 0.15
HSL 220.69º 0.54% 0.68% -
HSV(B) 220.69º 0.4% 0.85% -
XYZ 34.41 34.68 71.21 -
YUV 157.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 131 159 218 0.40 0.27 0 0.15 220.69 0.54 0.68
Hex 83 9F DA 28 1B 0 F DD 36 44
Octal 203 237 332 50 33 0 17 335 66 104
Binary 10000011 10011111 11011010 101000 11011 0 1111 11011101 110110 1000100

Color Harmonies of #839FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FDA

Black with #839FDA

Text Example


Text Example

White with #839FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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