Html Css Color HEX #838DDA Portage

📋 copy color: '#838DDA'

red 131 ◦ green 141 ◦ blue 218

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

Shades of Portage #838DDA

Tints of Portage #838DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 44.49%

R = 26.73%
G = 28.78%
B = 44.49%

CMYK

 C value IS 0.40

 M value IS 0.35

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#838DDA (or 0x838DDA) is known color: Portage. HEX triplet: 83, 8D and DA. RGB value is (131,141,218). Sum of RGB (Red+Green+Blue) = 131+141+218=490 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.73% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #838DDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DDA is #7C7225. Grayscale: #929292. Windows color (decimal): -8155686 or 14323075. OLE color: 14323075.

HSL color Cylindrical-coordinate representation of color #838DDA: hue angle of 233.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838DDA is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 131 141 218 -
CMYK 0.40 0.35 0 0.15
HSL 233.1º 0.54% 0.68% -
HSV(B) 233.1º 0.4% 0.85% -
XYZ 31.54 28.94 70.25 -
YUV 146.79 168.19 116.74 -
System Red Green Blue C M Y K H S L
Decimal 131 141 218 0.40 0.35 0 0.15 233.1 0.54 0.68
Hex 83 8D DA 28 23 0 F E9 36 44
Octal 203 215 332 50 43 0 17 351 66 104
Binary 10000011 10001101 11011010 101000 100011 0 1111 11101001 110110 1000100

Color Harmonies of #838DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DDA

Black with #838DDA

Text Example


Text Example

White with #838DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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