#838CCA

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

Shades of Portage #838CCA

Tints of Portage #838CCA

Color information

#838CCA (or 0x838CCA) is unknown color: approx Portage. HEX triplet: 83, 8C and CA. RGB value is (131,140,202). Sum of RGB (Red+Green+Blue) = 131+140+202=473 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.70% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #838CCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838CCA is #7C7335. Grayscale: #909090. Windows color (decimal): -8155958 or 13274243. OLE color: 13274243.

HSL color Cylindrical-coordinate representation of color #838CCA: hue angle of 232.39º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #838CCA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131140202-
CMYK0.350.3100.21
HSL232.39º40.11%65.29%-
HSV(B)232.39º35.15%79.22%-
XYZ29.427.8559.7-
YUV144.38160.52118.46-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.70%
GREEN value IS 140 (55.08% from 255) = 29.60%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=27.70%
G=29.60%
B=42.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1311402020.350.3100.21232.3940.1165.29
Hex838CCA231F015e82841
Octal203214312433702535050101
Binary10000011100011001100101010001111111010101111010001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,140,202); }

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

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

 a { background-color: rgb(131,140,202); }

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

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

 span { border-color: rgb(131,140,202); }

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