Html Css Color HEX #839EDF Portage

📋 copy color: '#839EDF'

red 131 ◦ green 158 ◦ blue 223

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

Shades of Portage #839EDF

Tints of Portage #839EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 43.55%

R = 25.59%
G = 30.86%
B = 43.55%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#839EDF (or 0x839EDF) is known color: Portage. HEX triplet: 83, 9E and DF. RGB value is (131,158,223). Sum of RGB (Red+Green+Blue) = 131+158+223=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #839EDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDF is #7C6120. Grayscale: #9D9D9D. Windows color (decimal): -8151329 or 14655107. OLE color: 14655107.

HSL color Cylindrical-coordinate representation of color #839EDF: hue angle of 222.39º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #839EDF is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 158 223 -
CMYK 0.41 0.29 0 0.13
HSL 222.39º 0.59% 0.69% -
HSV(B) 222.39º 0.41% 0.87% -
XYZ 34.91 34.61 74.65 -
YUV 157.34 165.05 109.21 -
System Red Green Blue C M Y K H S L
Decimal 131 158 223 0.41 0.29 0 0.13 222.39 0.59 0.69
Hex 83 9E DF 29 1D 0 D DE 3B 45
Octal 203 236 337 51 35 0 15 336 73 105
Binary 10000011 10011110 11011111 101001 11101 0 1101 11011110 111011 1000101

Color Harmonies of #839EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EDF

Black with #839EDF

Text Example


Text Example

White with #839EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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