Html Css Color HEX #839DDB Portage

📋 copy color: '#839DDB'

red 131 ◦ green 157 ◦ blue 219

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

Shades of Portage #839DDB

Tints of Portage #839DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.97%

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

R = 25.84%
G = 30.97%
B = 43.2%

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

#839DDB (or 0x839DDB) is known color: Portage. HEX triplet: 83, 9D and DB. RGB value is (131,157,219). Sum of RGB (Red+Green+Blue) = 131+157+219=507 (67% of max value = 765). Red value is 131 (51.56% from 255 or 25.84% from 507); Green value is 157 (61.72% from 255 or 30.97% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #839DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #839DDB is #7C6224. Grayscale: #9C9C9C. Windows color (decimal): -8151589 or 14392707. OLE color: 14392707.

HSL color Cylindrical-coordinate representation of color #839DDB: hue angle of 222.27º 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 #839DDB is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 157 219 -
CMYK 0.40 0.28 0 0.14
HSL 222.27º 0.55% 0.69% -
HSV(B) 222.27º 0.4% 0.86% -
XYZ 34.2 34.05 71.79 -
YUV 156.29 163.39 109.96 -
System Red Green Blue C M Y K H S L
Decimal 131 157 219 0.40 0.28 0 0.14 222.27 0.55 0.69
Hex 83 9D DB 28 1C 0 E DE 37 45
Octal 203 235 333 50 34 0 16 336 67 105
Binary 10000011 10011101 11011011 101000 11100 0 1110 11011110 110111 1000101

Color Harmonies of #839DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839DDB

Black with #839DDB

Text Example


Text Example

White with #839DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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