Html Css Color HEX #838FD9 Portage

📋 copy color: '#838FD9'

red 131 ◦ green 143 ◦ blue 217

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

Shades of Portage #838FD9

Tints of Portage #838FD9

RGB

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

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

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

R = 26.68%
G = 29.12%
B = 44.2%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#838FD9 (or 0x838FD9) is known color: Portage. HEX triplet: 83, 8F and D9. RGB value is (131,143,217). Sum of RGB (Red+Green+Blue) = 131+143+217=491 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.68% from 491); Green value is 143 (56.25% from 255 or 29.12% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #838FD9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FD9 is #7C7026. Grayscale: #939393. Windows color (decimal): -8155175 or 14258051. OLE color: 14258051.

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

Color convert

RGB 131 143 217 -
CMYK 0.40 0.34 0 0.15
HSL 231.63º 0.53% 0.68% -
HSV(B) 231.63º 0.4% 0.85% -
XYZ 31.71 29.48 69.66 -
YUV 147.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 131 143 217 0.40 0.34 0 0.15 231.63 0.53 0.68
Hex 83 8F D9 28 22 0 F E8 35 44
Octal 203 217 331 50 42 0 17 350 65 104
Binary 10000011 10001111 11011001 101000 100010 0 1111 11101000 110101 1000100

Color Harmonies of #838FD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FD9

Black with #838FD9

Text Example


Text Example

White with #838FD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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