Html Css Color HEX #839EDC Portage

📋 copy color: '#839EDC'

red 131 ◦ green 158 ◦ blue 220

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

Shades of Portage #839EDC

Tints of Portage #839EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 43.22%

R = 25.74%
G = 31.04%
B = 43.22%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#839EDC (or 0x839EDC) is known color: Portage. HEX triplet: 83, 9E and DC. RGB value is (131,158,220). Sum of RGB (Red+Green+Blue) = 131+158+220=509 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.74% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #839EDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDC is #7C6123. Grayscale: #9C9C9C. Windows color (decimal): -8151332 or 14458499. OLE color: 14458499.

HSL color Cylindrical-coordinate representation of color #839EDC: hue angle of 221.8º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839EDC is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 158 220 -
CMYK 0.40 0.28 0 0.14
HSL 221.8º 0.56% 0.69% -
HSV(B) 221.8º 0.4% 0.86% -
XYZ 34.51 34.45 72.54 -
YUV 157 163.55 109.46 -
System Red Green Blue C M Y K H S L
Decimal 131 158 220 0.40 0.28 0 0.14 221.8 0.56 0.69
Hex 83 9E DC 28 1C 0 E DE 38 45
Octal 203 236 334 50 34 0 16 336 70 105
Binary 10000011 10011110 11011100 101000 11100 0 1110 11011110 111000 1000101

Color Harmonies of #839EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EDC

Black with #839EDC

Text Example


Text Example

White with #839EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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