Html Css Color HEX #838CD1 Portage

📋 copy color: '#838CD1'

red 131 ◦ green 140 ◦ blue 209

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

Shades of Portage #838CD1

Tints of Portage #838CD1

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.17%

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

R = 27.29%
G = 29.17%
B = 43.54%

CMYK

 C value IS 0.37

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#838CD1 (or 0x838CD1) is known color: Portage. HEX triplet: 83, 8C and D1. RGB value is (131,140,209). Sum of RGB (Red+Green+Blue) = 131+140+209=480 (63% of max value = 765). Red value is 131 (51.56% from 255 or 27.29% from 480); Green value is 140 (55.08% from 255 or 29.17% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 209 - color contains mainly: blue. Hex color #838CD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CD1 is #7C732E. Grayscale: #909090. Windows color (decimal): -8155951 or 13732995. OLE color: 13732995.

HSL color Cylindrical-coordinate representation of color #838CD1: hue angle of 233.08º 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 #838CD1 is Cyan = 0.37, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 131 140 209 -
CMYK 0.37 0.33 0 0.18
HSL 233.08º 0.46% 0.67% -
HSV(B) 233.08º 0.37% 0.82% -
XYZ 30.25 28.18 64.17 -
YUV 145.18 164.02 117.89 -
System Red Green Blue C M Y K H S L
Decimal 131 140 209 0.37 0.33 0 0.18 233.08 0.46 0.67
Hex 83 8C D1 25 21 0 12 E9 2E 43
Octal 203 214 321 45 41 0 22 351 56 103
Binary 10000011 10001100 11010001 100101 100001 0 10010 11101001 101110 1000011

Color Harmonies of #838CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838CD1

Black with #838CD1

Text Example


Text Example

White with #838CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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