Html Css Color HEX #839FEC Portage

📋 copy color: '#839FEC'

red 131 ◦ green 159 ◦ blue 236

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

Shades of Portage #839FEC

Tints of Portage #839FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 44.87%

R = 24.9%
G = 30.23%
B = 44.87%

CMYK

 C value IS 0.44

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839FEC (or 0x839FEC) is known color: Portage. HEX triplet: 83, 9F and EC. RGB value is (131,159,236). Sum of RGB (Red+Green+Blue) = 131+159+236=526 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.90% from 526); Green value is 159 (62.5% from 255 or 30.23% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #839FEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839FEC is #7C6013. Grayscale: #9F9F9F. Windows color (decimal): -8151060 or 15507331. OLE color: 15507331.

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

Color convert

RGB 131 159 236 -
CMYK 0.44 0.33 0 0.07
HSL 224º 0.73% 0.72% -
HSV(B) 224º 0.44% 0.93% -
XYZ 36.9 35.68 84.3 -
YUV 159.41 171.22 107.74 -
System Red Green Blue C M Y K H S L
Decimal 131 159 236 0.44 0.33 0 0.07 224 0.73 0.72
Hex 83 9F EC 2C 21 0 7 E0 49 48
Octal 203 237 354 54 41 0 7 340 111 110
Binary 10000011 10011111 11101100 101100 100001 0 111 11100000 1001001 1001000

Color Harmonies of #839FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839FEC

Black with #839FEC

Text Example


Text Example

White with #839FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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