#838ACB

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

Shades of Portage #838ACB

Tints of Portage #838ACB

Color information

#838ACB (or 0x838ACB) is unknown color: approx Portage. HEX triplet: 83, 8A and CB. RGB value is (131,138,203). Sum of RGB (Red+Green+Blue) = 131+138+203=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 138 (54.30% from 255 or 29.24% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #838ACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838ACB is #7C7534. Grayscale: #8F8F8F. Windows color (decimal): -8156469 or 13339267. OLE color: 13339267.

HSL color Cylindrical-coordinate representation of color #838ACB: hue angle of 234.17º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838ACB is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB131138203-
CMYK0.350.3200.20
HSL234.17º40.91%65.49%-
HSV(B)234.17º35.47%79.61%-
XYZ29.2327.3160.23-
YUV143.32161.68119.21-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 138 (54.30% from 255) = 29.24%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=27.75%
G=29.24%
B=43.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1311382030.350.3200.20234.1740.9165.49
Hex838ACB2320014ea2941
Octal203212313434002435251101
Binary100000111000101011001011100011100000010100111010101010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838ACB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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