Html Css Color HEX #838BDB Portage

📋 copy color: '#838BDB'

red 131 ◦ green 139 ◦ blue 219

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

Shades of Portage #838BDB

Tints of Portage #838BDB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 28.43%

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

R = 26.79%
G = 28.43%
B = 44.79%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838BDB (or 0x838BDB) is known color: Portage. HEX triplet: 83, 8B and DB. RGB value is (131,139,219). Sum of RGB (Red+Green+Blue) = 131+139+219=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 139 (54.69% from 255 or 28.43% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #838BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDB is #7C7424. Grayscale: #919191. Windows color (decimal): -8156197 or 14388099. OLE color: 14388099.

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

Color convert

RGB 131 139 219 -
CMYK 0.40 0.37 0 0.14
HSL 234.55º 0.55% 0.69% -
HSV(B) 234.55º 0.4% 0.86% -
XYZ 31.38 28.41 70.85 -
YUV 145.73 169.35 117.5 -
System Red Green Blue C M Y K H S L
Decimal 131 139 219 0.40 0.37 0 0.14 234.55 0.55 0.69
Hex 83 8B DB 28 25 0 E EB 37 45
Octal 203 213 333 50 45 0 16 353 67 105
Binary 10000011 10001011 11011011 101000 100101 0 1110 11101011 110111 1000101

Color Harmonies of #838BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838BDB

Black with #838BDB

Text Example


Text Example

White with #838BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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