Html Css Color HEX #839EDA Portage

📋 copy color: '#839EDA'

red 131 ◦ green 158 ◦ blue 218

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

Shades of Portage #839EDA

Tints of Portage #839EDA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.16%

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

R = 25.84%
G = 31.16%
B = 43%

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

#839EDA (or 0x839EDA) is known color: Portage. HEX triplet: 83, 9E and DA. RGB value is (131,158,218). Sum of RGB (Red+Green+Blue) = 131+158+218=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 158 (62.11% from 255 or 31.16% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #839EDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDA is #7C6125. Grayscale: #9C9C9C. Windows color (decimal): -8151334 or 14327427. OLE color: 14327427.

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

Color convert

RGB 131 158 218 -
CMYK 0.40 0.28 0 0.15
HSL 221.38º 0.54% 0.68% -
HSV(B) 221.38º 0.4% 0.85% -
XYZ 34.24 34.34 71.15 -
YUV 156.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 131 158 218 0.40 0.28 0 0.15 221.38 0.54 0.68
Hex 83 9E DA 28 1C 0 F DD 36 44
Octal 203 236 332 50 34 0 17 335 66 104
Binary 10000011 10011110 11011010 101000 11100 0 1111 11011101 110110 1000100

Color Harmonies of #839EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EDA

Black with #839EDA

Text Example


Text Example

White with #839EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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