Html Css Color HEX #839EDE Portage

📋 copy color: '#839EDE'

red 131 ◦ green 158 ◦ blue 222

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

Shades of Portage #839EDE

Tints of Portage #839EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.44%

R = 25.64%
G = 30.92%
B = 43.44%

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

#839EDE (or 0x839EDE) is known color: Portage. HEX triplet: 83, 9E and DE. RGB value is (131,158,222). Sum of RGB (Red+Green+Blue) = 131+158+222=511 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.64% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 222 (87.11% from 255 or 43.44% from 511); Max value from RGB is 222 - color contains mainly: blue. Hex color #839EDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDE is #7C6121. Grayscale: #9C9C9C. Windows color (decimal): -8151330 or 14589571. OLE color: 14589571.

HSL color Cylindrical-coordinate representation of color #839EDE: hue angle of 222.2º degrees, saturation: 0.58, 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 #839EDE is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 158 222 -
CMYK 0.41 0.29 0 0.13
HSL 222.2º 0.58% 0.69% -
HSV(B) 222.2º 0.41% 0.87% -
XYZ 34.77 34.55 73.94 -
YUV 157.22 164.55 109.3 -
System Red Green Blue C M Y K H S L
Decimal 131 158 222 0.41 0.29 0 0.13 222.2 0.58 0.69
Hex 83 9E DE 29 1D 0 D DE 3A 45
Octal 203 236 336 51 35 0 15 336 72 105
Binary 10000011 10011110 11011110 101001 11101 0 1101 11011110 111010 1000101

Color Harmonies of #839EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EDE

Black with #839EDE

Text Example


Text Example

White with #839EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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