#838BCA

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

Shades of Portage #838BCA

Tints of Portage #838BCA

Color information

#838BCA (or 0x838BCA) is unknown color: approx Portage. HEX triplet: 83, 8B and CA. RGB value is (131,139,202). Sum of RGB (Red+Green+Blue) = 131+139+202=472 (62% of max value = 765). Red value is 131 (51.56% from 255 or 27.75% from 472); Green value is 139 (54.69% from 255 or 29.45% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #838BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #838BCA is #7C7435. Grayscale: #8F8F8F. Windows color (decimal): -8156214 or 13273987. OLE color: 13273987.

HSL color Cylindrical-coordinate representation of color #838BCA: hue angle of 233.24º 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 #838BCA is Cyan = 0.35, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB131139202-
CMYK0.350.3100.21
HSL233.24º40.11%65.29%-
HSV(B)233.24º35.15%79.22%-
XYZ29.2527.5559.65-
YUV143.79160.85118.88-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 27.75%
GREEN value IS 139 (54.69% from 255) = 29.45%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=27.75%
G=29.45%
B=42.80%

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
Decimal1311392020.350.3100.21233.2440.1165.29
Hex838BCA231F015e92841
Octal203213312433702535150101
Binary10000011100010111100101010001111111010101111010011010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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