Html Css Color HEX #839ED7 Portage

📋 copy color: '#839ED7'

red 131 ◦ green 158 ◦ blue 215

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

Shades of Portage #839ED7

Tints of Portage #839ED7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 42.66%

R = 25.99%
G = 31.35%
B = 42.66%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#839ED7 (or 0x839ED7) is known color: Portage. HEX triplet: 83, 9E and D7. RGB value is (131,158,215). Sum of RGB (Red+Green+Blue) = 131+158+215=504 (66% of max value = 765). Red value is 131 (51.56% from 255 or 25.99% from 504); Green value is 158 (62.11% from 255 or 31.35% from 504); Blue value is 215 (84.38% from 255 or 42.66% from 504); Max value from RGB is 215 - color contains mainly: blue. Hex color #839ED7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839ED7 is #7C6128. Grayscale: #9C9C9C. Windows color (decimal): -8151337 or 14130819. OLE color: 14130819.

HSL color Cylindrical-coordinate representation of color #839ED7: hue angle of 220.71º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #839ED7 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 131 158 215 -
CMYK 0.39 0.27 0 0.16
HSL 220.71º 0.51% 0.68% -
HSV(B) 220.71º 0.39% 0.84% -
XYZ 33.85 34.19 69.1 -
YUV 156.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 131 158 215 0.39 0.27 0 0.16 220.71 0.51 0.68
Hex 83 9E D7 27 1B 0 10 DD 33 44
Octal 203 236 327 47 33 0 20 335 63 104
Binary 10000011 10011110 11010111 100111 11011 0 10000 11011101 110011 1000100

Color Harmonies of #839ED7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839ED7

Black with #839ED7

Text Example


Text Example

White with #839ED7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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