Html Css Color HEX #838DDF Portage

📋 copy color: '#838DDF'

red 131 ◦ green 141 ◦ blue 223

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

Shades of Portage #838DDF

Tints of Portage #838DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.05%

R = 26.46%
G = 28.48%
B = 45.05%

CMYK

 C value IS 0.41

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#838DDF (or 0x838DDF) is known color: Portage. HEX triplet: 83, 8D and DF. RGB value is (131,141,223). Sum of RGB (Red+Green+Blue) = 131+141+223=495 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.46% from 495); Green value is 141 (55.47% from 255 or 28.48% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #838DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838DDF is #7C7220. Grayscale: #939393. Windows color (decimal): -8155681 or 14650755. OLE color: 14650755.

HSL color Cylindrical-coordinate representation of color #838DDF: hue angle of 233.48º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #838DDF is Cyan = 0.41, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 141 223 -
CMYK 0.41 0.37 0 0.13
HSL 233.48º 0.59% 0.69% -
HSV(B) 233.48º 0.41% 0.87% -
XYZ 32.2 29.2 73.75 -
YUV 147.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 131 141 223 0.41 0.37 0 0.13 233.48 0.59 0.69
Hex 83 8D DF 29 25 0 D E9 3B 45
Octal 203 215 337 51 45 0 15 351 73 105
Binary 10000011 10001101 11011111 101001 100101 0 1101 11101001 111011 1000101

Color Harmonies of #838DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838DDF

Black with #838DDF

Text Example


Text Example

White with #838DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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