#838BDF

Color #838BDF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #838BDF

Tints of Portage #838BDF

Color information

#838BDF (or 0x838BDF) is unknown color: approx Portage. HEX triplet: 83, 8B and DF. RGB value is (131,139,223). Sum of RGB (Red+Green+Blue) = 131+139+223=493 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.57% from 493); Green value is 139 (54.69% from 255 or 28.19% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #838BDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BDF is #7C7420. Grayscale: #919191. Windows color (decimal): -8156193 or 14650243. OLE color: 14650243.

HSL color Cylindrical-coordinate representation of color #838BDF: hue angle of 234.78º 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 #838BDF is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB131139223-
CMYK0.410.3800.13
HSL234.78º58.97%69.41%-
HSV(B)234.78º41.26%87.45%-
XYZ31.9128.6273.65-
YUV146.18171.35117.17-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.57%
GREEN value IS 139 (54.69% from 255) = 28.19%
BLUE value IS 223 (87.5% from 255) = 45.23%
R=26.57%
G=28.19%
B=45.23%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1311392230.410.3800.13234.7858.9769.41
Hex838BDF29260Deb3b45
Octal203213337514601535373105
Binary10000011100010111101111110100110011001101111010111110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #838BDF;
 }
 .AnyTagClassName
 {
   color: #838BDF;
 }
</style>
background-color css

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

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

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

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

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

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