Html Css Color HEX #838AD9 Portage

📋 copy color: '#838AD9'

red 131 ◦ green 138 ◦ blue 217

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

Shades of Portage #838AD9

Tints of Portage #838AD9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 28.4%

 BLUE value IS 217 (85.16% from 255) = 44.65%

R = 26.95%
G = 28.4%
B = 44.65%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#838AD9 (or 0x838AD9) is known color: Portage. HEX triplet: 83, 8A and D9. RGB value is (131,138,217). Sum of RGB (Red+Green+Blue) = 131+138+217=486 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.95% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 217 (85.16% from 255 or 44.65% from 486); Max value from RGB is 217 - color contains mainly: blue. Hex color #838AD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838AD9 is #7C7526. Grayscale: #909090. Windows color (decimal): -8156455 or 14256771. OLE color: 14256771.

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

Color convert

RGB 131 138 217 -
CMYK 0.40 0.36 0 0.15
HSL 235.12º 0.53% 0.68% -
HSV(B) 235.12º 0.4% 0.85% -
XYZ 30.97 28.01 69.42 -
YUV 144.91 168.68 118.08 -
System Red Green Blue C M Y K H S L
Decimal 131 138 217 0.40 0.36 0 0.15 235.12 0.53 0.68
Hex 83 8A D9 28 24 0 F EB 35 44
Octal 203 212 331 50 44 0 17 353 65 104
Binary 10000011 10001010 11011001 101000 100100 0 1111 11101011 110101 1000100

Color Harmonies of #838AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838AD9

Black with #838AD9

Text Example


Text Example

White with #838AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,138,217); }

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

background-color css

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

 a { background-color: rgb(131,138,217); }

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

border-color css

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

 span { border-color: rgb(131,138,217); }

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