Html Css Color HEX #839BEC Portage

📋 copy color: '#839BEC'

red 131 ◦ green 155 ◦ blue 236

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

Shades of Portage #839BEC

Tints of Portage #839BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.69%

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

R = 25.1%
G = 29.69%
B = 45.21%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#839BEC (or 0x839BEC) is known color: Portage. HEX triplet: 83, 9B and EC. RGB value is (131,155,236). Sum of RGB (Red+Green+Blue) = 131+155+236=522 (69% of max value = 765). Red value is 131 (51.56% from 255 or 25.10% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 236 (92.58% from 255 or 45.21% from 522); Max value from RGB is 236 - color contains mainly: blue. Hex color #839BEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #839BEC is #7C6413. Grayscale: #9C9C9C. Windows color (decimal): -8152084 or 15506307. OLE color: 15506307.

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

Color convert

RGB 131 155 236 -
CMYK 0.44 0.34 0 0.07
HSL 226.29º 0.73% 0.72% -
HSV(B) 226.29º 0.44% 0.93% -
XYZ 36.22 34.32 84.07 -
YUV 157.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 131 155 236 0.44 0.34 0 0.07 226.29 0.73 0.72
Hex 83 9B EC 2C 22 0 7 E2 49 48
Octal 203 233 354 54 42 0 7 342 111 110
Binary 10000011 10011011 11101100 101100 100010 0 111 11100010 1001001 1001000

Color Harmonies of #839BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839BEC

Black with #839BEC

Text Example


Text Example

White with #839BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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