#838FDC

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

Shades of Portage #838FDC

Tints of Portage #838FDC

Color information

#838FDC (or 0x838FDC) is unknown color: approx Portage. HEX triplet: 83, 8F and DC. RGB value is (131,143,220). Sum of RGB (Red+Green+Blue) = 131+143+220=494 (65% of max value = 765). Red value is 131 (51.56% from 255 or 26.52% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #838FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838FDC is #7C7023. Grayscale: #939393. Windows color (decimal): -8155172 or 14454659. OLE color: 14454659.

HSL color Cylindrical-coordinate representation of color #838FDC: hue angle of 231.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #838FDC is Cyan = 0.40, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB131143220-
CMYK0.400.3500.14
HSL231.91º55.97%68.82%-
HSV(B)231.91º40.45%86.27%-
XYZ32.129.6471.74-
YUV148.19168.52115.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.52%
GREEN value IS 143 (56.25% from 255) = 28.95%
BLUE value IS 220 (86.33% from 255) = 44.53%
R=26.52%
G=28.95%
B=44.53%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311432200.400.3500.14231.9155.9768.82
Hex838FDC28230Ee83845
Octal203217334504301635070105
Binary10000011100011111101110010100010001101110111010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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