#838FDA

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

Shades of Portage #838FDA

Tints of Portage #838FDA

Color information

#838FDA (or 0x838FDA) is unknown color: approx Portage. HEX triplet: 83, 8F and DA. RGB value is (131,143,218). Sum of RGB (Red+Green+Blue) = 131+143+218=492 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.63% from 492); Green value is 143 (56.25% from 255 or 29.07% from 492); Blue value is 218 (85.55% from 255 or 44.31% from 492); Max value from RGB is 218 - color contains mainly: blue. Hex color #838FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDA is #7C7025. Grayscale: #939393. Windows color (decimal): -8155174 or 14323587. OLE color: 14323587.

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

Color convert

RGB131143218-
CMYK0.400.3400.15
HSL231.72º54.04%68.43%-
HSV(B)231.72º39.91%85.49%-
XYZ31.8429.5370.35-
YUV147.96167.52115.9-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.63%
GREEN value IS 143 (56.25% from 255) = 29.07%
BLUE value IS 218 (85.55% from 255) = 44.31%
R=26.63%
G=29.07%
B=44.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1311432180.400.3400.15231.7254.0468.43
Hex838FDA28220Fe83644
Octal203217332504201735066104
Binary10000011100011111101101010100010001001111111010001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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