#838ACD

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

Shades of Portage #838ACD

Tints of Portage #838ACD

Color information

#838ACD (or 0x838ACD) is unknown color: approx Portage. HEX triplet: 83, 8A and CD. RGB value is (131,138,205). Sum of RGB (Red+Green+Blue) = 131+138+205=474 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.64% from 474); Green value is 138 (54.30% from 255 or 29.11% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #838ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACD is #7C7532. Grayscale: #8F8F8F. Windows color (decimal): -8156467 or 13470339. OLE color: 13470339.

HSL color Cylindrical-coordinate representation of color #838ACD: hue angle of 234.32º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #838ACD is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131138205-
CMYK0.360.3300.20
HSL234.32º42.53%65.88%-
HSV(B)234.32º36.1%80.39%-
XYZ29.4727.4161.5-
YUV143.54162.68119.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.64%
GREEN value IS 138 (54.30% from 255) = 29.11%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=27.64%
G=29.11%
B=43.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311382050.360.3300.20234.3242.5365.88
Hex838ACD2421014ea2b42
Octal203212315444102435253102
Binary100000111000101011001101100100100001010100111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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