Html Css Color HEX #839EEC Portage

📋 copy color: '#839EEC'

red 131 ◦ green 158 ◦ blue 236

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

Shades of Portage #839EEC

Tints of Portage #839EEC

RGB

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

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

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

R = 24.95%
G = 30.1%
B = 44.95%

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

#839EEC (or 0x839EEC) is known color: Portage. HEX triplet: 83, 9E and EC. RGB value is (131,158,236). Sum of RGB (Red+Green+Blue) = 131+158+236=525 (69% of max value = 765). Red value is 131 (51.56% from 255 or 24.95% from 525); Green value is 158 (62.11% from 255 or 30.10% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #839EEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839EEC is #7C6113. Grayscale: #9E9E9E. Windows color (decimal): -8151316 or 15507075. OLE color: 15507075.

HSL color Cylindrical-coordinate representation of color #839EEC: hue angle of 224.57º 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 #839EEC is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 131 158 236 -
CMYK 0.44 0.33 0 0.07
HSL 224.57º 0.73% 0.72% -
HSV(B) 224.57º 0.44% 0.93% -
XYZ 36.73 35.34 84.24 -
YUV 158.82 171.55 108.16 -
System Red Green Blue C M Y K H S L
Decimal 131 158 236 0.44 0.33 0 0.07 224.57 0.73 0.72
Hex 83 9E EC 2C 21 0 7 E1 49 48
Octal 203 236 354 54 41 0 7 341 111 110
Binary 10000011 10011110 11101100 101100 100001 0 111 11100001 1001001 1001000

Color Harmonies of #839EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EEC

Black with #839EEC

Text Example


Text Example

White with #839EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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