Html Css Color HEX #838FDB Portage

📋 copy color: '#838FDB'

red 131 ◦ green 143 ◦ blue 219

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

Shades of Portage #838FDB

Tints of Portage #838FDB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

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

R = 26.57%
G = 29.01%
B = 44.42%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#838FDB (or 0x838FDB) is known color: Portage. HEX triplet: 83, 8F and DB. RGB value is (131,143,219). Sum of RGB (Red+Green+Blue) = 131+143+219=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #838FDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDB is #7C7024. Grayscale: #939393. Windows color (decimal): -8155173 or 14389123. OLE color: 14389123.

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

Color convert

RGB 131 143 219 -
CMYK 0.40 0.35 0 0.14
HSL 231.82º 0.55% 0.69% -
HSV(B) 231.82º 0.4% 0.86% -
XYZ 31.97 29.58 71.04 -
YUV 148.08 168.02 115.82 -
System Red Green Blue C M Y K H S L
Decimal 131 143 219 0.40 0.35 0 0.14 231.82 0.55 0.69
Hex 83 8F DB 28 23 0 E E8 37 45
Octal 203 217 333 50 43 0 16 350 67 105
Binary 10000011 10001111 11011011 101000 100011 0 1110 11101000 110111 1000101

Color Harmonies of #838FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FDB

Black with #838FDB

Text Example


Text Example

White with #838FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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