Html Css Color HEX #838FD1 Portage

📋 copy color: '#838FD1'

red 131 ◦ green 143 ◦ blue 209

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

Shades of Portage #838FD1

Tints of Portage #838FD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43.27%

R = 27.12%
G = 29.61%
B = 43.27%

CMYK

 C value IS 0.37

 M value IS 0.32

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#838FD1 (or 0x838FD1) is known color: Portage. HEX triplet: 83, 8F and D1. RGB value is (131,143,209). Sum of RGB (Red+Green+Blue) = 131+143+209=483 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.12% from 483); Green value is 143 (56.25% from 255 or 29.61% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #838FD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FD1 is #7C702E. Grayscale: #929292. Windows color (decimal): -8155183 or 13733763. OLE color: 13733763.

HSL color Cylindrical-coordinate representation of color #838FD1: hue angle of 230.77º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #838FD1 is Cyan = 0.37, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 143 209 -
CMYK 0.37 0.32 0 0.18
HSL 230.77º 0.46% 0.67% -
HSV(B) 230.77º 0.37% 0.82% -
XYZ 30.69 29.07 64.32 -
YUV 146.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 131 143 209 0.37 0.32 0 0.18 230.77 0.46 0.67
Hex 83 8F D1 25 20 0 12 E7 2E 43
Octal 203 217 321 45 40 0 22 347 56 103
Binary 10000011 10001111 11010001 100101 100000 0 10010 11100111 101110 1000011

Color Harmonies of #838FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838FD1

Black with #838FD1

Text Example


Text Example

White with #838FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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