Html Css Color HEX #838DDB Portage

📋 copy color: '#838DDB'

red 131 ◦ green 141 ◦ blue 219

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

Shades of Portage #838DDB

Tints of Portage #838DDB

RGB

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

 GREEN value IS 141 (55.47% from 255) = 28.72%

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

R = 26.68%
G = 28.72%
B = 44.6%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838DDB (or 0x838DDB) is known color: Portage. HEX triplet: 83, 8D and DB. RGB value is (131,141,219). Sum of RGB (Red+Green+Blue) = 131+141+219=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #838DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DDB is #7C7224. Grayscale: #929292. Windows color (decimal): -8155685 or 14388611. OLE color: 14388611.

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

Color convert

RGB 131 141 219 -
CMYK 0.40 0.36 0 0.14
HSL 233.18º 0.55% 0.69% -
HSV(B) 233.18º 0.4% 0.86% -
XYZ 31.67 28.99 70.94 -
YUV 146.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 131 141 219 0.40 0.36 0 0.14 233.18 0.55 0.69
Hex 83 8D DB 28 24 0 E E9 37 45
Octal 203 215 333 50 44 0 16 351 67 105
Binary 10000011 10001101 11011011 101000 100100 0 1110 11101001 110111 1000101

Color Harmonies of #838DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DDB

Black with #838DDB

Text Example


Text Example

White with #838DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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