#838ADC

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

Shades of Portage #838ADC

Tints of Portage #838ADC

Color information

#838ADC (or 0x838ADC) is unknown color: approx Portage. HEX triplet: 83, 8A and DC. RGB value is (131,138,220). Sum of RGB (Red+Green+Blue) = 131+138+220=489 (64% of max value = 765). Red value is 131 (51.56% from 255 or 26.79% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 220 (86.33% from 255 or 44.99% from 489); Max value from RGB is 220 - color contains mainly: blue. Hex color #838ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ADC is #7C7523. Grayscale: #909090. Windows color (decimal): -8156452 or 14453379. OLE color: 14453379.

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

Color convert

RGB131138220-
CMYK0.400.3700.14
HSL235.28º55.97%68.82%-
HSV(B)235.28º40.45%86.27%-
XYZ31.3728.1771.49-
YUV145.26170.18117.83-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 26.79%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 220 (86.33% from 255) = 44.99%
R=26.79%
G=28.22%
B=44.99%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1311382200.400.3700.14235.2855.9768.82
Hex838ADC28250Eeb3845
Octal203212334504501635370105
Binary10000011100010101101110010100010010101110111010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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