Html Css Color HEX #839EDB Portage

📋 copy color: '#839EDB'

red 131 ◦ green 158 ◦ blue 219

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

Shades of Portage #839EDB

Tints of Portage #839EDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.11%

R = 25.79%
G = 31.1%
B = 43.11%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#839EDB (or 0x839EDB) is known color: Portage. HEX triplet: 83, 9E and DB. RGB value is (131,158,219). Sum of RGB (Red+Green+Blue) = 131+158+219=508 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.79% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #839EDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839EDB is #7C6124. Grayscale: #9C9C9C. Windows color (decimal): -8151333 or 14392963. OLE color: 14392963.

HSL color Cylindrical-coordinate representation of color #839EDB: hue angle of 221.59º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #839EDB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 158 219 -
CMYK 0.40 0.28 0 0.14
HSL 221.59º 0.55% 0.69% -
HSV(B) 221.59º 0.4% 0.86% -
XYZ 34.37 34.39 71.84 -
YUV 156.88 163.05 109.54 -
System Red Green Blue C M Y K H S L
Decimal 131 158 219 0.40 0.28 0 0.14 221.59 0.55 0.69
Hex 83 9E DB 28 1C 0 E DE 37 45
Octal 203 236 333 50 34 0 16 336 67 105
Binary 10000011 10011110 11011011 101000 11100 0 1110 11011110 110111 1000101

Color Harmonies of #839EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839EDB

Black with #839EDB

Text Example


Text Example

White with #839EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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