Html Css Color HEX #839FEE Portage

📋 copy color: '#839FEE'

red 131 ◦ green 159 ◦ blue 238

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

Shades of Portage #839FEE

Tints of Portage #839FEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 45.08%

R = 24.81%
G = 30.11%
B = 45.08%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839FEE (or 0x839FEE) is known color: Portage. HEX triplet: 83, 9F and EE. RGB value is (131,159,238). Sum of RGB (Red+Green+Blue) = 131+159+238=528 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.81% from 528); Green value is 159 (62.5% from 255 or 30.11% from 528); Blue value is 238 (93.36% from 255 or 45.08% from 528); Max value from RGB is 238 - color contains mainly: blue. Hex color #839FEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FEE is #7C6011. Grayscale: #9F9F9F. Windows color (decimal): -8151058 or 15638403. OLE color: 15638403.

HSL color Cylindrical-coordinate representation of color #839FEE: hue angle of 224.3º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #839FEE is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 159 238 -
CMYK 0.45 0.33 0 0.07
HSL 224.3º 0.76% 0.72% -
HSV(B) 224.3º 0.45% 0.93% -
XYZ 37.19 35.79 85.84 -
YUV 159.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 131 159 238 0.45 0.33 0 0.07 224.3 0.76 0.72
Hex 83 9F EE 2D 21 0 7 E0 4C 48
Octal 203 237 356 55 41 0 7 340 114 110
Binary 10000011 10011111 11101110 101101 100001 0 111 11100000 1001100 1001000

Color Harmonies of #839FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FEE

Black with #839FEE

Text Example


Text Example

White with #839FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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