Html Css Color HEX #839FDE Portage

📋 copy color: '#839FDE'

red 131 ◦ green 159 ◦ blue 222

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

Shades of Portage #839FDE

Tints of Portage #839FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.05%

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

R = 25.59%
G = 31.05%
B = 43.36%

CMYK

 C value IS 0.41

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#839FDE (or 0x839FDE) is known color: Portage. HEX triplet: 83, 9F and DE. RGB value is (131,159,222). Sum of RGB (Red+Green+Blue) = 131+159+222=512 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.59% from 512); Green value is 159 (62.5% from 255 or 31.05% from 512); Blue value is 222 (87.11% from 255 or 43.36% from 512); Max value from RGB is 222 - color contains mainly: blue. Hex color #839FDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839FDE is #7C6021. Grayscale: #9D9D9D. Windows color (decimal): -8151074 or 14589827. OLE color: 14589827.

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

Color convert

RGB 131 159 222 -
CMYK 0.41 0.28 0 0.13
HSL 221.54º 0.58% 0.69% -
HSV(B) 221.54º 0.41% 0.87% -
XYZ 34.94 34.9 74 -
YUV 157.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 131 159 222 0.41 0.28 0 0.13 221.54 0.58 0.69
Hex 83 9F DE 29 1C 0 D DE 3A 45
Octal 203 237 336 51 34 0 15 336 72 105
Binary 10000011 10011111 11011110 101001 11100 0 1101 11011110 111010 1000101

Color Harmonies of #839FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FDE

Black with #839FDE

Text Example


Text Example

White with #839FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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