#838ACE

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

Shades of Portage #838ACE

Tints of Portage #838ACE

Color information

#838ACE (or 0x838ACE) is unknown color: approx Portage. HEX triplet: 83, 8A and CE. RGB value is (131,138,206). Sum of RGB (Red+Green+Blue) = 131+138+206=475 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.58% from 475); Green value is 138 (54.30% from 255 or 29.05% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 206 - color contains mainly: blue. Hex color #838ACE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACE is #7C7531. Grayscale: #8F8F8F. Windows color (decimal): -8156466 or 13535875. OLE color: 13535875.

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

Color convert

RGB131138206-
CMYK0.360.3300.19
HSL234.4º43.35%66.08%-
HSV(B)234.4º36.41%80.78%-
XYZ29.5927.4662.13-
YUV143.66163.18118.97-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.58%
GREEN value IS 138 (54.30% from 255) = 29.05%
BLUE value IS 206 (80.86% from 255) = 43.37%
R=27.58%
G=29.05%
B=43.37%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1311382060.360.3300.19234.443.3566.08
Hex838ACE2421013ea2b42
Octal203212316444102335253102
Binary100000111000101011001110100100100001010011111010101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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